]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/appmain.c
Added some LED utility functions (#802)
[proxmark3-svn] / armsrc / appmain.c
index 2a16f5f0e70b418b7014259a4b6fce9ff43c8ff2..8824847e4c437b93818bfd1e92445b7cce3c5f37 100644 (file)
@@ -1490,11 +1490,8 @@ void  __attribute__((noreturn)) AppMain(void)
        }
        common_area.flags.osimage_present = 1;
 
        }
        common_area.flags.osimage_present = 1;
 
-       LED_D_OFF();
-       LED_C_OFF();
-       LED_B_OFF();
-       LED_A_OFF();
-
+       LEDsoff();
+       
        // Init USB device
        usb_enable();
 
        // Init USB device
        usb_enable();
 
Impressum, Datenschutz