fix build

This commit is contained in:
Conor Patrick
2019-05-09 17:51:41 -04:00
parent 9fb02d4da3
commit e105afd647
4 changed files with 5 additions and 7 deletions

View File

@ -10,10 +10,6 @@ int nfc_loop();
int nfc_init();
#define NFC_IS_NA 0
#define NFC_IS_ACTIVE 1
#define NFC_IS_AVAILABLE 2
typedef struct
{
uint8_t cclen_hi;