diff options
| author | hathach <[email protected]> | 2012-11-27 17:41:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-11-27 17:41:00 +0700 |
| commit | 545fe61828b3982a25b87b4ceb792c68415e4cf4 (patch) | |
| tree | e858b5541c554bbc912e2b002e68df66d469d9eb /tinyusb/device/dcd.h | |
| parent | 54e5289b730b387d7e494cce270aca47356e064f (diff) | |
start to add hid keyboard
Diffstat (limited to 'tinyusb/device/dcd.h')
| -rw-r--r-- | tinyusb/device/dcd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tinyusb/device/dcd.h b/tinyusb/device/dcd.h index d9cf2fc85..836669e7e 100644 --- a/tinyusb/device/dcd.h +++ b/tinyusb/device/dcd.h @@ -43,9 +43,12 @@ #endif #include "tusb_cfg.h" +#include "common/common.h" #ifdef DEVICE_ROMDRIVER #include "romdriver/mw_usbd_rom_api.h" +#include "romdriver/power_api.h" +#define USBD_API ((*(ROM **)(0x1FFF1FF8))->pUSBD) // TODO HAL #endif |
