start nfc test anyway (showing error)
This commit is contained in:
parent
d818fe1d27
commit
fa2f071ed1
@ -188,7 +188,7 @@ void nfc_test_callback(void* context) {
|
|||||||
|
|
||||||
dispatcher_lock(nfc->dispatcher);
|
dispatcher_lock(nfc->dispatcher);
|
||||||
|
|
||||||
if(nfc->ret == ERR_NONE && !nfc->worker) {
|
if(!nfc->worker) {
|
||||||
nfc->screen = 0;
|
nfc->screen = 0;
|
||||||
widget_enabled_set(nfc->widget, true);
|
widget_enabled_set(nfc->widget, true);
|
||||||
nfc->worker = osThreadNew(nfc_worker_task, nfc, &nfc->worker_attr);
|
nfc->worker = osThreadNew(nfc_worker_task, nfc, &nfc->worker_attr);
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 130 B |
Loading…
x
Reference in New Issue
Block a user