mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
e6f078eeb7
* Fix crash caused by garbage input * Add unit tests for garbage input * Enable applications to disable and then restore expansion module support * GPIO App: disable expansion on app start and re-enable on exit Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
6 lines
231 B
C
6 lines
231 B
C
ADD_SCENE(gpio, start, Start)
|
|
ADD_SCENE(gpio, test, Test)
|
|
ADD_SCENE(gpio, usb_uart, UsbUart)
|
|
ADD_SCENE(gpio, usb_uart_cfg, UsbUartCfg)
|
|
ADD_SCENE(gpio, usb_uart_close_rpc, UsbUartCloseRpc)
|
|
ADD_SCENE(gpio, exit_confirm, ExitConfirm)
|