From ee351421cb9a1e768c7de458edf0f8174b5ad236 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Tue, 20 Aug 2019 09:37:05 +0200 Subject: [PATCH] Add missing definition for the simulation to run --- pc/device.c | 3 +++ 1 file changed, 3 insertions(+) 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) { +}