Skip to content

Commit acc90d0

Browse files
committed
linter fixes
1 parent 15a5e65 commit acc90d0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

targets/f7/fatfs/user_diskio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ extern const Diskio_drvTypeDef sd_fatfs_driver;
1010

1111
#ifdef __cplusplus
1212
}
13-
#endif
13+
#endif

targets/f7/furi_hal/furi_hal_usb_cdc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ FuriHalUsbInterface usb_cdc_dual = {
432432
static void cdc_init(usbd_device* dev, FuriHalUsbInterface* intf, void* ctx) {
433433
UNUSED(ctx);
434434
usb_dev = dev;
435-
436435
cdc_if_cur = intf;
437436

438437
char* name = (char*)furi_hal_version_get_device_name_ptr();

0 commit comments

Comments
 (0)