Should be with this values.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2022-05-05 22:27:01 +02:00
parent 9c5250f6ca
commit de04dd6121
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

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