fix pc build

This commit is contained in:
Conor Patrick 2019-02-26 15:08:09 -05:00
parent e8d0ad5e7c
commit 1ed7833c9f

View File

@ -461,3 +461,8 @@ void device_wink()
{
printf("*WINK*\n");
}
bool device_is_nfc()
{
return 0;
}