Skip to content

Commit 1e059c6

Browse files
committed
Remove useless declaration
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 6cde061 commit 1e059c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cores/arduino/USBSerial.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
#include "usbd_desc.h"
2525
#include "wiring.h"
2626

27-
/* USB Device Core handle declaration */
28-
extern USBD_HandleTypeDef hUSBD_Device_CDC;
2927
extern __IO uint32_t lineState;
3028

3129
USBSerial SerialUSB;

0 commit comments

Comments
 (0)