diff --git a/pc/device.c b/pc/device.c index 2a0e166..e159e36 100644 --- a/pc/device.c +++ b/pc/device.c @@ -628,3 +628,6 @@ int device_is_nfc() { return 0; } + +void request_from_nfc(bool request_active) { +}