Adding timeout for press button of 15 secs.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-05-05 20:03:17 +02:00
parent cddc3b2dec
commit 9c5250f6ca
2 changed files with 20 additions and 6 deletions

View File

@@ -88,6 +88,7 @@ struct apdu {
#define EV_CMD_AVAILABLE 4
#define EV_EXIT 8
#define EV_BUTTON_PRESSED 16
#define EV_BUTTON_TIMEOUT 32
//Variables set by core1
extern queue_t *ccid_comm;