/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:26:5: error: unknown type name 'TaskHandle_t' 26 | TaskHandle_t timer_task = xTaskGetHandle(configTIMER_SERVICE_TASK_NAME); | ^~~~~~~~~~~~ /home/runner/work/_temp/app/code/nfc_magic_app.c:26:31: error: implicit declaration of function 'xTaskGetHandle' [-Werror=implicit-function-declaration] 26 | TaskHandle_t timer_task = xTaskGetHandle(configTIMER_SERVICE_TASK_NAME); | ^~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/nfc_magic_app.c:26:46: error: 'configTIMER_SERVICE_TASK_NAME' undeclared (first use in this function) 26 | TaskHandle_t timer_task = xTaskGetHandle(configTIMER_SERVICE_TASK_NAME); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/nfc_magic_app.c:26:46: note: each undeclared identifier is reported only once for each function it appears in /home/runner/work/_temp/app/code/nfc_magic_app.c:30:9: error: implicit declaration of function 'vTaskPrioritySet' [-Werror=implicit-function-declaration] 30 | vTaskPrioritySet(timer_task, configMAX_PRIORITIES - 1); | ^~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/nfc_magic_app.c:30:38: error: 'configMAX_PRIORITIES' undeclared (first use in this function) 30 | vTaskPrioritySet(timer_task, configMAX_PRIORITIES - 1); | ^~~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/nfc_magic_app.c:34:38: error: 'configTIMER_TASK_PRIORITY' undeclared (first use in this function) 34 | vTaskPrioritySet(timer_task, configTIMER_TASK_PRIORITY); | ^~~~~~~~~~~~~~~~~~~~~~~~~ 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/7875883307