diff options
| author | hathach <[email protected]> | 2014-03-12 12:49:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-12 12:49:59 +0700 |
| commit | c92b03edfb33deadc06c81206452270f23f2cf17 (patch) | |
| tree | 67afeaa3bdcee5898dc71f2aa377eccf071ff109 /tinyusb/device | |
| parent | 13c3a4e3463cf9c43d98ab2fdeddc2fc25da67f7 (diff) | |
added scatter file for lpc11u & lpc13u for it to run with keil
Diffstat (limited to 'tinyusb/device')
| -rw-r--r-- | tinyusb/device/dcd_lpc_11uxx_13uxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/device/dcd_lpc_11uxx_13uxx.c b/tinyusb/device/dcd_lpc_11uxx_13uxx.c index d87c80ad2..4eef8f7dd 100644 --- a/tinyusb/device/dcd_lpc_11uxx_13uxx.c +++ b/tinyusb/device/dcd_lpc_11uxx_13uxx.c @@ -113,7 +113,7 @@ typedef struct { uint16_t total_bytes;
}next_td[DCD_11U_13U_QHD_COUNT];
- uint32_t current_ioc; ///< interrupt on complete mask for current TD
+ uint32_t current_ioc; ///< interrupt on complete mask for current TD
uint32_t next_ioc; ///< interrupt on complete mask for next TD
// should start from 128
|
