mirror of https://github.com/ARMmbed/mbed-os.git
Fixed syntactic bug in board.c
parent
370af41974
commit
1f962a16a4
|
@ -24,8 +24,6 @@ WEAK void mbed_die(void) {
|
|||
#endif
|
||||
#if (DEVICE_ERROR_RED == 1)
|
||||
gpio_t led_red; gpio_init_out(&led_red, LED_RED);
|
||||
#endif
|
||||
|
||||
#elif (DEVICE_ERROR_PATTERN == 1)
|
||||
gpio_t led_1; gpio_init_out(&led_1, LED1);
|
||||
gpio_t led_2; gpio_init_out(&led_2, LED2);
|
||||
|
|
Loading…
Reference in New Issue