We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74af06 commit b4d86d8Copy full SHA for b4d86d8
board/early_init.h
@@ -54,9 +54,9 @@ void early_initialization(void) {
54
early_gpio_float();
55
56
detect_board_type();
57
- led_init();
58
59
if (enter_bootloader_mode == ENTER_BOOTLOADER_MAGIC) {
+ led_init();
60
#ifdef PANDA
61
current_board->init_bootloader();
62
#endif
board/flasher.h
@@ -132,6 +132,7 @@ void soft_flasher_start(void) {
132
133
gpio_usart2_init();
134
gpio_usb_init();
135
136
137
// enable USB
138
usb_init();
0 commit comments