NFC: replace deprecated furi api with new one
This commit is contained in:
parent
aab597e0a3
commit
f33647df54
@ -266,8 +266,8 @@ void nfc_task(void* p) {
|
|||||||
menu_item_add(menu, nfc->menu);
|
menu_item_add(menu, nfc->menu);
|
||||||
release_mutex(menu_mutex, menu);
|
release_mutex(menu_mutex, menu);
|
||||||
|
|
||||||
if(!furi_create_deprecated("nfc", nfc, sizeof(nfc))) {
|
if(!furi_create("nfc", nfc)) {
|
||||||
printf("[nfc_task] cannot create the menu record\n");
|
printf("[nfc_task] cannot create nfc record\n");
|
||||||
furiac_exit(NULL);
|
furiac_exit(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user