Fix LED blinking protocol.

This commit is contained in:
NIIBE Yutaka
2016-05-20 19:36:03 +09:00
parent f86f97cdbe
commit ff190a8053
3 changed files with 18 additions and 13 deletions

View File

@@ -421,10 +421,11 @@ 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_FATAL 32
#define LED_GNUK_EXEC 64
#define LED_FATAL 8
#define LED_SYNC 16
#define LED_GNUK_EXEC 32
#define LED_START_COMMAND 64
#define LED_FINISH_COMMAND 128
void led_blink (int spec);
#if defined(PINPAD_SUPPORT)