1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

usb: restored previous api

This commit is contained in:
hedger
2025-02-22 20:40:52 +00:00
parent 6c17b785ec
commit 15a5e652e0
16 changed files with 39 additions and 42 deletions

View File

@@ -40,7 +40,7 @@ typedef struct {
volatile bool connected;
volatile bool running;
const FuriHalUsbInterface* usb_if_prev;
FuriHalUsbInterface* usb_if_prev;
uint8_t data_buffer[USB_CDC_PKT_LEN];
} CliVcp;