/home/runner/work/_temp/app/code/picopass.c: In function 'picopass_show_loading_popup': /home/runner/work/_temp/app/code/picopass.c:201:9: error: implicit declaration of function 'furi_timer_set_thread_priority'; did you mean 'furi_thread_set_current_priority'? [-Werror=implicit-function-declaration] 201 | furi_timer_set_thread_priority(FuriTimerThreadPriorityElevated); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | furi_thread_set_current_priority /home/runner/work/_temp/app/code/picopass.c:201:40: error: 'FuriTimerThreadPriorityElevated' undeclared (first use in this function) 201 | furi_timer_set_thread_priority(FuriTimerThreadPriorityElevated); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/picopass.c:201:40: note: each undeclared identifier is reported only once for each function it appears in /home/runner/work/_temp/app/code/picopass.c:205:40: error: 'FuriTimerThreadPriorityNormal' undeclared (first use in this function); did you mean 'FuriThreadPriorityNormal'? 205 | furi_timer_set_thread_priority(FuriTimerThreadPriorityNormal); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | FuriThreadPriorityNormal 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/7875856138