From 4e4965fad376ee2bfdc3fd365186609a33d4380d Mon Sep 17 00:00:00 2001 From: aanper Date: Wed, 21 Oct 2020 13:59:52 +0300 Subject: [PATCH] syntax check --- applications/nfc/nfc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/nfc/nfc.c b/applications/nfc/nfc.c index 21da2562..1be5e355 100644 --- a/applications/nfc/nfc.c +++ b/applications/nfc/nfc.c @@ -187,7 +187,7 @@ void nfc_test_callback(void* context) { Nfc* nfc = context; dispatcher_lock(nfc->dispatcher); - + nfc->screen = 0; widget_enabled_set(nfc->widget, true);