We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71004f commit 2007b62Copy full SHA for 2007b62
hardware/arduino/sam/cores/arduino/USB/USBCore.h
@@ -55,6 +55,7 @@
55
#define CDC_SET_LINE_CODING 0x20
56
#define CDC_GET_LINE_CODING 0x21
57
#define CDC_SET_CONTROL_LINE_STATE 0x22
58
+#define CDC_SEND_BREAK 0x23
59
60
#define MSC_RESET 0xFF
61
#define MSC_GET_MAX_LUN 0xFE
0 commit comments