Skip to content

Commit 0378630

Browse files
makarenyafpistm
authored andcommitted
Fix of error (stm32duino#468)
1 parent 33bedf6 commit 0378630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/stm32/usb/cdc/usbd_cdc_if.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ bool CDC_resume_receive(void)
288288
USBD_CDC_ReceivePacket(&hUSBD_Device_CDC);
289289
return true;
290290
}
291-
return false;
292291
}
292+
return false;
293293
}
294294

295295
#endif /* USBD_USE_CDC */

0 commit comments

Comments
 (0)