start nfc test anyway (showing error)

This commit is contained in:
aanper
2020-10-21 12:59:06 +03:00
parent d818fe1d27
commit fa2f071ed1
2 changed files with 1 additions and 1 deletions

View File

@@ -188,7 +188,7 @@ void nfc_test_callback(void* context) {
dispatcher_lock(nfc->dispatcher);
if(nfc->ret == ERR_NONE && !nfc->worker) {
if(!nfc->worker) {
nfc->screen = 0;
widget_enabled_set(nfc->widget, true);
nfc->worker = osThreadNew(nfc_worker_task, nfc, &nfc->worker_attr);