Fixed syntactic bug in board.c

pull/219/head
tkuyucu 2014-03-13 12:37:09 +01:00
parent 370af41974
commit 1f962a16a4
1 changed files with 0 additions and 2 deletions

View File

@ -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);