diff options
| author | hathach <[email protected]> | 2012-12-04 11:30:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-12-04 11:30:34 +0700 |
| commit | 8f00307986b71fdc48210e0ee4821a95392be4c3 (patch) | |
| tree | a325f10d67785e897ffd4bdcf514cf15c927acfb /tinyusb/class | |
| parent | 921561be607a9ec3edd059de8e5d7b7f75dd2f76 (diff) | |
fixed building errors with device example
Diffstat (limited to 'tinyusb/class')
| -rw-r--r-- | tinyusb/class/hid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/hid.c b/tinyusb/class/hid.c index 579860b9e..76a93d572 100644 --- a/tinyusb/class/hid.c +++ b/tinyusb/class/hid.c @@ -37,7 +37,7 @@ #include "hid.h" -#ifdef CLASS_HID +#ifdef TUSB_CLASS_HID #ifdef CFG_CLASS_HID_KEYBOARD USB_HID_KeyboardReport_t hid_keyboard_report; |
