Add missing definition for the simulation to run

This commit is contained in:
Szczepan Zalega
2019-08-20 09:37:05 +02:00
parent bac576f3a0
commit ee351421cb

View File

@@ -628,3 +628,6 @@ int device_is_nfc()
{
return 0;
}
void request_from_nfc(bool request_active) {
}