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

@@ -624,7 +624,7 @@ void device_wink()
printf("*WINK*\n");
}
bool device_is_nfc()
int device_is_nfc()
{
return 0;
}