/home/runner/work/_temp/app/code/picopass.c: In function 'picopass_show_loading_popup': /home/runner/work/_temp/app/code/picopass.c:199:5: error: unknown type name 'TaskHandle_t' 199 | TaskHandle_t timer_task = xTaskGetHandle(configTIMER_SERVICE_TASK_NAME); | ^~~~~~~~~~~~ /home/runner/work/_temp/app/code/picopass.c:199:31: error: implicit declaration of function 'xTaskGetHandle' [-Werror=implicit-function-declaration] 199 | TaskHandle_t timer_task = xTaskGetHandle(configTIMER_SERVICE_TASK_NAME); | ^~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/picopass.c:199:46: error: 'configTIMER_SERVICE_TASK_NAME' undeclared (first use in this function) 199 | TaskHandle_t timer_task = xTaskGetHandle(configTIMER_SERVICE_TASK_NAME); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/picopass.c:199:46: note: each undeclared identifier is reported only once for each function it appears in /home/runner/work/_temp/app/code/picopass.c:203:9: error: implicit declaration of function 'vTaskPrioritySet' [-Werror=implicit-function-declaration] 203 | vTaskPrioritySet(timer_task, configMAX_PRIORITIES - 1); | ^~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/picopass.c:203:38: error: 'configMAX_PRIORITIES' undeclared (first use in this function) 203 | vTaskPrioritySet(timer_task, configMAX_PRIORITIES - 1); | ^~~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/picopass.c:207:38: error: 'configTIMER_TASK_PRIORITY' undeclared (first use in this function) 207 | vTaskPrioritySet(timer_task, configTIMER_TASK_PRIORITY); | ^~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/picopass/picopass.o] Error 1 More logs: https://github.com/flipperdevices/flipper-application-catalog/actions/runs/7875841411