This commit is contained in:
Alexander Junk
2015-07-13 19:32:39 +02:00
parent e82e5729aa
commit 13bbc2d1b1
2 changed files with 10 additions and 8 deletions

View File

@@ -44,8 +44,8 @@ typedef struct{
char file_name[FILE_NAME_LEN + 1];
char name[NAME_LEN + 1];
int rfid_uuid;
int finger_uuid;
char rfid_uuid[13];
uint8_t finger_uuid;
int drinks_taken[NUM_OF_DRINKS];