1
0
Fork 0
This commit is contained in:
Arti Zirk 2016-12-18 22:21:34 +02:00
parent 6a271e8f48
commit 185ec07134
2 changed files with 4 additions and 1 deletions

View File

@ -45,7 +45,8 @@
#define CARD_SELECTED_MSG "Card selected!"
#define UID_SIZE_MSG "UID size: 0x%02X"
#define UID_SAK_MSG "UID sak: 0x%02X"
#define CARD_UID_MSG "Card UID: "
#define CARD_NOT_SELECTED "Unable to select card.\n"
extern PGM_P const months[];
@ -65,5 +66,6 @@ extern const char remove_cmd[];
extern const char remove_help[];
extern const char list_cmd[];
extern const char list_help[];
extern const char access_denied_msg[];
#endif /* _HMI_MSG_H_ */

View File

@ -4,6 +4,7 @@
#include <string.h>
#include <avr/pgmspace.h>
#include "rfid.h"
#include "hmi_msg.h"
card_t *head = NULL;