diff options
| author | hathach <[email protected]> | 2013-11-18 17:29:12 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-18 17:29:12 +0700 |
| commit | 94854f805aa8c80ffe77d8cef3ecfd45a3a9f253 (patch) | |
| tree | 7b253dc397879317fd53c76e013888e9b6955b08 /tinyusb/device/dcd_lpc175x_6x.h | |
| parent | b104d21e7112614e18f1e789fa2dd22ca09f9e4d (diff) | |
get lpc17xx running through enumeration (with control data < 64)
Diffstat (limited to 'tinyusb/device/dcd_lpc175x_6x.h')
| -rw-r--r-- | tinyusb/device/dcd_lpc175x_6x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/device/dcd_lpc175x_6x.h b/tinyusb/device/dcd_lpc175x_6x.h index f906915c2..33ff7b62f 100644 --- a/tinyusb/device/dcd_lpc175x_6x.h +++ b/tinyusb/device/dcd_lpc175x_6x.h @@ -144,11 +144,11 @@ enum { }; //------------- SIE Command Code -------------// -enum { +typedef enum { SIE_CMDPHASE_WRITE = 1, SIE_CMDPHASE_READ = 2, SIE_CMDPHASE_COMMAND = 5 -}; +} sie_cmdphase_t; enum { // device commands |
