diff options
author | Cristian Maglie <c.maglie@bug.st> | 2014-01-27 22:48:17 +0100 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2014-01-27 22:48:17 +0100 |
commit | e088421ef902180f6561f906181408133796531f (patch) | |
tree | 88a5b32b3cf2588bb6a2a442b417489b72e5bae0 /cores/arduino/USBAPI.h | |
parent | f01025a70d6c11c09e32033195f4a9396462fb05 (diff) | |
parent | c3cd35f1979290d072ab77a6805dc4419f2ef6fb (diff) |
Merge branch 'serial-patch-2' into ide-1.5.x
Diffstat (limited to 'cores/arduino/USBAPI.h')
-rw-r--r-- | cores/arduino/USBAPI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cores/arduino/USBAPI.h b/cores/arduino/USBAPI.h index da2e869..5a33002 100644 --- a/cores/arduino/USBAPI.h +++ b/cores/arduino/USBAPI.h @@ -55,6 +55,8 @@ public: }; extern Serial_ Serial; +#define HAVE_CDCSERIAL + //================================================================================ //================================================================================ // Mouse |