aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/USBDesc.h
diff options
context:
space:
mode:
authorMartino Facchin <m.facchin@arduino.cc>2015-06-05 17:50:19 +0200
committerCristian Maglie <c.maglie@arduino.cc>2015-07-16 13:12:14 +0200
commitd3815e7e3666aea0c3f70481a03bf3467b188d7e (patch)
tree87d0b386d2c42f7bca8dc141f668f7983ed99604 /cores/arduino/USBDesc.h
parent8518b4a5456fe6eee24c31ffe152cddabc1feb6e (diff)
add PluggableUSB module
Diffstat (limited to 'cores/arduino/USBDesc.h')
-rw-r--r--cores/arduino/USBDesc.h2
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