From c92b03edfb33deadc06c81206452270f23f2cf17 Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 12 Mar 2014 12:49:59 +0700 Subject: added scatter file for lpc11u & lpc13u for it to run with keil --- tinyusb/device/dcd_lpc_11uxx_13uxx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/device') 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 -- cgit v1.3.1