hal: additional fixes for constness in USB subsystem

This commit is contained in:
hedger
2025-02-22 16:27:04 +00:00
parent b0835220ac
commit b99f65dd9a
13 changed files with 31 additions and 29 deletions

View File

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