diff options
author | Martino Facchin <m.facchin@arduino.cc> | 2015-06-05 17:50:19 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@arduino.cc> | 2015-07-16 13:12:14 +0200 |
commit | d3815e7e3666aea0c3f70481a03bf3467b188d7e (patch) | |
tree | 87d0b386d2c42f7bca8dc141f668f7983ed99604 /cores/arduino/USBDesc.h | |
parent | 8518b4a5456fe6eee24c31ffe152cddabc1feb6e (diff) |
add PluggableUSB module
Diffstat (limited to 'cores/arduino/USBDesc.h')
-rw-r--r-- | cores/arduino/USBDesc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/USBDesc.h b/cores/arduino/USBDesc.h index b3defa5..3a98f9d 100644 --- a/cores/arduino/USBDesc.h +++ b/cores/arduino/USBDesc.h @@ -17,7 +17,7 @@ */ #define CDC_ENABLED -#define HID_ENABLED +#define PLUGGABLE_USB_ENABLED #ifdef CDC_ENABLED |