diff options
| author | hathach <[email protected]> | 2013-03-23 10:56:41 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-23 10:56:41 +0700 |
| commit | 0c6d406ddf68ae144982132d21349880896c2f74 (patch) | |
| tree | 621e952e123f9ae6714e167d03db2d8d5bd4801f /tinyusb/host | |
| parent | ae9b9ead7a614251486897c8ba11b7c1e848ac8c (diff) | |
- house keeping
- add controller id for hal_interrupt_enable/disable
Diffstat (limited to 'tinyusb/host')
| -rw-r--r-- | tinyusb/host/usbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/host/usbh.c b/tinyusb/host/usbh.c index f871d8979..dbc0c2765 100644 --- a/tinyusb/host/usbh.c +++ b/tinyusb/host/usbh.c @@ -61,7 +61,7 @@ void tusb_tick_tock(void) #define ENUM_QUEUE_DEPTH 5 // TODO fix number of class driver -class_driver_t const usbh_class_drivers[TUSB_CLASS_MAX_CONSEC_NUMBER] = +static class_driver_t const usbh_class_drivers[TUSB_CLASS_MAX_CONSEC_NUMBER] = { [TUSB_CLASS_HID] = { .init = hidh_init, |
