/home/runner/work/_temp/app/code/gps_uart.c:13:32: error: unknown type name 'UartIrqEvent' 13 | static void gps_uart_on_irq_cb(UartIrqEvent ev, uint8_t data, void* context) { | ^~~~~~~~~~~~ /home/runner/work/_temp/app/code/gps_uart.c: In function 'gps_uart_serial_init': /home/runner/work/_temp/app/code/gps_uart.c:23:5: error: implicit declaration of function 'furi_hal_console_disable'; did you mean 'furi_hal_usb_disable'? [-Werror=implicit-function-declaration] 23 | furi_hal_console_disable(); | ^~~~~~~~~~~~~~~~~~~~~~~~ | furi_hal_usb_disable /home/runner/work/_temp/app/code/gps_uart.c:24:5: error: implicit declaration of function 'furi_hal_uart_set_irq_cb' [-Werror=implicit-function-declaration] 24 | furi_hal_uart_set_irq_cb(FuriHalUartIdUSART1, gps_uart_on_irq_cb, gps_uart); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/gps_uart.c:24:30: error: 'FuriHalUartIdUSART1' undeclared (first use in this function); did you mean 'FuriHalBusUSART1'? 24 | furi_hal_uart_set_irq_cb(FuriHalUartIdUSART1, gps_uart_on_irq_cb, gps_uart); | ^~~~~~~~~~~~~~~~~~~ | FuriHalBusUSART1 /home/runner/work/_temp/app/code/gps_uart.c:24:30: note: each undeclared identifier is reported only once for each function it appears in /home/runner/work/_temp/app/code/gps_uart.c:24:51: error: 'gps_uart_on_irq_cb' undeclared (first use in this function) 24 | furi_hal_uart_set_irq_cb(FuriHalUartIdUSART1, gps_uart_on_irq_cb, gps_uart); | ^~~~~~~~~~~~~~~~~~ /home/runner/work/_temp/app/code/gps_uart.c:25:5: error: implicit declaration of function 'furi_hal_uart_set_br'; did you mean 'furi_hal_serial_set_br'? [-Werror=implicit-function-declaration] 25 | furi_hal_uart_set_br(FuriHalUartIdUSART1, gps_uart->baudrate); | ^~~~~~~~~~~~~~~~~~~~ | furi_hal_serial_set_br /home/runner/work/_temp/app/code/gps_uart.c: In function 'gps_uart_serial_deinit': /home/runner/work/_temp/app/code/gps_uart.c:30:30: error: 'FuriHalUartIdUSART1' undeclared (first use in this function); did you mean 'FuriHalBusUSART1'? 30 | furi_hal_uart_set_irq_cb(FuriHalUartIdUSART1, NULL, NULL); | ^~~~~~~~~~~~~~~~~~~ | FuriHalBusUSART1 /home/runner/work/_temp/app/code/gps_uart.c:31:5: error: implicit declaration of function 'furi_hal_console_enable'; did you mean 'furi_hal_usb_enable'? [-Werror=implicit-function-declaration] 31 | furi_hal_console_enable(); | ^~~~~~~~~~~~~~~~~~~~~~~ | furi_hal_usb_enable cc1: all warnings being treated as errors scons: *** [/home/runner/.ufbt/build/gps_nmea/gps_uart.o] Error 1 More logs: https://github.com/flipperdevices/flipper-application-catalog/actions/runs/7875878134