status fix

This commit is contained in:
Conor Patrick 2019-05-09 16:07:05 -04:00
parent 84740f3d6a
commit 54792b345c

View File

@ -74,7 +74,11 @@ int nfc_init()
// Under USB power. Configure AMS chip.
ams_configure();
return NFC_IS_AVAILABLE;
if (init)
{
return NFC_IS_AVAILABLE;
}
return NFC_IS_NA;
}