upd changelog

This commit is contained in:
MX
2024-09-16 19:17:05 +03:00
parent 2826382970
commit 31df2c0655
3 changed files with 7 additions and 45 deletions

View File

@@ -8,11 +8,6 @@ typedef struct {
static SceneUsbUartBridge* scene_usb_uart = NULL;
typedef enum {
UsbUartSceneStateInitialize,
UsbUartSceneStateKeep,
} UsbUartSceneState;
void gpio_scene_usb_uart_callback(GpioCustomEvent event, void* context) {
furi_assert(context);
GpioApp* app = context;