LED blink change

This commit is contained in:
NIIBE Yutaka
2016-05-18 21:57:34 +09:00
parent 51d4b754e6
commit d5c5571423
5 changed files with 27 additions and 72 deletions

View File

@@ -424,8 +424,7 @@ extern const uint8_t gnuk_string_serial[];
#define LED_START_COMMAND 8
#define LED_FINISH_COMMAND 16
#define LED_FATAL 32
#define LED_USB_RESET 64
#define LED_GNUK_EXEC 128
#define LED_GNUK_EXEC 64
void led_blink (int spec);
#if defined(PINPAD_SUPPORT)