diff --git a/cores/arduino/stm32/usb/cdc/usbd_cdc_if.c b/cores/arduino/stm32/usb/cdc/usbd_cdc_if.c index 9ce32763bd..75452cf710 100644 --- a/cores/arduino/stm32/usb/cdc/usbd_cdc_if.c +++ b/cores/arduino/stm32/usb/cdc/usbd_cdc_if.c @@ -288,8 +288,8 @@ bool CDC_resume_receive(void) USBD_CDC_ReceivePacket(&hUSBD_Device_CDC); return true; } - return false; } + return false; } #endif /* USBD_USE_CDC */