linter fixes

This commit is contained in:
hedger
2025-02-22 20:43:11 +00:00
parent 15a5e652e0
commit acc90d0ac3
2 changed files with 1 additions and 2 deletions

View File

@@ -432,7 +432,6 @@ FuriHalUsbInterface usb_cdc_dual = {
static void cdc_init(usbd_device* dev, FuriHalUsbInterface* intf, void* ctx) {
UNUSED(ctx);
usb_dev = dev;
cdc_if_cur = intf;
char* name = (char*)furi_hal_version_get_device_name_ptr();