/home/runner/work/_temp/app/code/nfc_magic_app.c: In function 'nfc_magic_app_show_loading_popup': /home/runner/work/_temp/app/code/nfc_magic_app.c:28:9: error: implicit declaration of function 'furi_timer_set_thread_priority'; did you mean 'furi_thread_set_current_priority'? [-Werror=implicit-function-declaration] 28 | furi_timer_set_thread_priority(FuriTimerThreadPriorityElevated); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | furi_thread_set_current_priority /home/runner/work/_temp/app/code/nfc_magic_app.c:28:40: error: 'FuriTimerThreadPriorityElevated' undeclared (first use in this function) 28 | furi_timer_set_thread_priority(FuriTimerThreadPriorityElevated); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/nfc_magic_app.c:28:40: note: each undeclared identifier is reported only once for each function it appears in /home/runner/work/_temp/app/code/nfc_magic_app.c:32:40: error: 'FuriTimerThreadPriorityNormal' undeclared (first use in this function); did you mean 'FuriThreadPriorityNormal'? 32 | furi_timer_set_thread_priority(FuriTimerThreadPriorityNormal); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | FuriThreadPriorityNormal cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/nfc_magic/nfc_magic_app.o] Error 1 More logs: https://github.com/flipperdevices/flipper-application-catalog/actions/runs/6881374189