/home/runner/work/_temp/app/code/bc_scanner_script.c: In function 'usb_uart_serial_init': /home/runner/work/_temp/app/code/bc_scanner_script.c:66:5: error: implicit declaration of function 'furi_hal_console_disable'; did you mean 'furi_hal_usb_disable'? [-Werror=implicit-function-declaration] 66 | furi_hal_console_disable(); | ^~~~~~~~~~~~~~~~~~~~~~~~ | furi_hal_usb_disable /home/runner/work/_temp/app/code/bc_scanner_script.c:67:5: error: implicit declaration of function 'furi_hal_uart_set_br'; did you mean 'furi_hal_serial_set_br'? [-Werror=implicit-function-declaration] 67 | furi_hal_uart_set_br(FuriHalUartIdUSART1, UART_BAUD); | ^~~~~~~~~~~~~~~~~~~~ | furi_hal_serial_set_br /home/runner/work/_temp/app/code/bc_scanner_script.c:67:26: error: 'FuriHalUartIdUSART1' undeclared (first use in this function); did you mean 'FuriHalBusUSART1'? 67 | furi_hal_uart_set_br(FuriHalUartIdUSART1, UART_BAUD); | ^~~~~~~~~~~~~~~~~~~ | FuriHalBusUSART1 /home/runner/work/_temp/app/code/bc_scanner_script.c:67:26: note: each undeclared identifier is reported only once for each function it appears in /home/runner/work/_temp/app/code/bc_scanner_script.c: In function 'usb_uart_serial_deinit': /home/runner/work/_temp/app/code/bc_scanner_script.c:79:5: error: implicit declaration of function 'furi_hal_console_enable'; did you mean 'furi_hal_usb_enable'? [-Werror=implicit-function-declaration] 79 | furi_hal_console_enable(); | ^~~~~~~~~~~~~~~~~~~~~~~ | furi_hal_usb_enable cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/bc_scanner/bc_scanner_script.o] Error 1 More logs: https://github.com/flipperdevices/flipper-application-catalog/actions/runs/7875871970