diff options
author | Cristian Maglie <c.maglie@arduino.cc> | 2015-08-14 13:37:00 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@arduino.cc> | 2015-08-14 13:37:00 +0200 |
commit | 621580d83bcd60c8858e199095d2ca014e2123b2 (patch) | |
tree | c2de4c4155502abf611cc64cf1778527ab57cc34 /cores/arduino/USBCore.h | |
parent | b3197c6ef83253d712f4b7b30a0763f18f6d3ddc (diff) | |
parent | 3baff3b4114f28cd6ae0bfbb25d4efeb6f03278b (diff) |
Merge branch 'cdc-settings' of https://github.com/matthijskooijman/Arduino
Diffstat (limited to 'cores/arduino/USBCore.h')
-rw-r--r-- | cores/arduino/USBCore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cores/arduino/USBCore.h b/cores/arduino/USBCore.h index 66f8c05..eaeecef 100644 --- a/cores/arduino/USBCore.h +++ b/cores/arduino/USBCore.h @@ -57,6 +57,7 @@ #define CDC_SET_LINE_CODING 0x20 #define CDC_GET_LINE_CODING 0x21 #define CDC_SET_CONTROL_LINE_STATE 0x22 +#define CDC_SEND_BREAK 0x23 #define MSC_RESET 0xFF #define MSC_GET_MAX_LUN 0xFE |