Follow the change of eventflag change, fixining long-standing bug of LED

This commit is contained in:
NIIBE Yutaka
2016-05-19 11:50:13 +09:00
parent d5c5571423
commit 25fed157e1
5 changed files with 23 additions and 13 deletions

View File

@@ -421,8 +421,8 @@ extern const uint8_t gnuk_string_serial[];
#define LED_ONESHOT 1
#define LED_TWOSHOTS 2
#define LED_SHOW_STATUS 4
#define LED_START_COMMAND 8
#define LED_FINISH_COMMAND 16
#define LED_FINISH_COMMAND 8
#define LED_START_COMMAND 16
#define LED_FATAL 32
#define LED_GNUK_EXEC 64
void led_blink (int spec);