Skip to content

Commit 2007b62

Browse files
committed
Add CDC_SEND_BREAK define
1 parent c71004f commit 2007b62

File tree

1 file changed

+1
-0
lines changed
  • hardware/arduino/sam/cores/arduino/USB

1 file changed

+1
-0
lines changed

hardware/arduino/sam/cores/arduino/USB/USBCore.h

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
#define CDC_SET_LINE_CODING 0x20
5656
#define CDC_GET_LINE_CODING 0x21
5757
#define CDC_SET_CONTROL_LINE_STATE 0x22
58+
#define CDC_SEND_BREAK 0x23
5859

5960
#define MSC_RESET 0xFF
6061
#define MSC_GET_MAX_LUN 0xFE

0 commit comments

Comments
 (0)