Added some LED utility functions (#802)

This commit is contained in:
Samson Gama 2019-03-14 23:41:07 -07:00 committed by pwpiwi
commit 3d057cfb91
4 changed files with 21 additions and 9 deletions

View file

@ -1490,11 +1490,8 @@ void __attribute__((noreturn)) AppMain(void)
}
common_area.flags.osimage_present = 1;
LED_D_OFF();
LED_C_OFF();
LED_B_OFF();
LED_A_OFF();
LEDsoff();
// Init USB device
usb_enable();