clean up lpc13
This commit is contained in:
@@ -216,7 +216,7 @@ void led_blinky_cb(TimerHandle_t xTimer)
|
||||
(void) xTimer;
|
||||
static bool led_state = false;
|
||||
|
||||
board_led_control(BOARD_LED0, led_state);
|
||||
board_led_control(led_state);
|
||||
led_state = 1 - led_state; // toggle
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user