diff options
| author | hathach <[email protected]> | 2013-11-25 12:48:27 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-25 12:48:27 +0700 |
| commit | a5ba28355782eedb967c4ec41a5b83323118251d (patch) | |
| tree | 4f4fa0bfa3ba3fb8d781690fb3649ae834541ee0 /tinyusb/device/usbd.c | |
| parent | 41ffcaf4a508a421a49d8650777d8b0325b28921 (diff) | |
change MCU to TUSB_CFG_MCU
Diffstat (limited to 'tinyusb/device/usbd.c')
| -rw-r--r-- | tinyusb/device/usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/device/usbd.c b/tinyusb/device/usbd.c index fd62874b3..77346fc05 100644 --- a/tinyusb/device/usbd.c +++ b/tinyusb/device/usbd.c @@ -50,7 +50,7 @@ #include "usbd_dcd.h" // Some MCUs cannot transfer more than 64 bytes each queue, thus require special task-alike treatment -#if MCU == MCU_LPC11UXX || MCU == MCU_LPC175X_6X +#if TUSB_CFG_MCU == MCU_LPC11UXX || TUSB_CFG_MCU == MCU_LPC175X_6X #define USBD_CONTROL_ONE_PACKET_EACH_XFER // for each Transfer, cannot queue more than packet size enum { USBD_COTNROL_MAX_LENGTH_EACH_XFER = 64 |
