diff options
| author | Ralf Kistner <ralf@embarkmobile.com> | 2014-12-20 18:08:56 +0200 |
|---|---|---|
| committer | Ralf Kistner <ralf@embarkmobile.com> | 2014-12-20 18:08:56 +0200 |
| commit | 43a39033d79230f70af51c1df2fa23fcf955e4cc (patch) | |
| tree | da22adacd1f9fe289625644c716df392f545ba87 | |
| parent | 7edda76f7b7c9ef440f0d9cea2c41fc189feaadc (diff) | |
Enable HID and CDC by default again.
| -rw-r--r-- | hardware/avr/cores/arcore/USBDesc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hardware/avr/cores/arcore/USBDesc.h b/hardware/avr/cores/arcore/USBDesc.h index 09bc5d1..77de89c 100644 --- a/hardware/avr/cores/arcore/USBDesc.h +++ b/hardware/avr/cores/arcore/USBDesc.h @@ -16,8 +16,8 @@ ** SOFTWARE. */ -// #define CDC_ENABLED -// #define HID_ENABLED +#define CDC_ENABLED +#define HID_ENABLED #define MIDI_ENABLED #ifdef CDC_ENABLED |
