summaryrefslogtreecommitdiff
path: root/tinyusb/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-12-02 00:40:10 +0700
committerhathach <[email protected]>2013-12-02 00:40:10 +0700
commit2c8b8ea52962fad5e1f5146ef7cdef600acee6a5 (patch)
tree875d5ee7b3de5bc24c758f93371d7e7d3a23012d /tinyusb/device
parent4b7857826671e677452c3cd4b0297efbd0b59853 (diff)
add board lpclink2, able to run device stack without any problems
Diffstat (limited to 'tinyusb/device')
-rw-r--r--tinyusb/device/dcd_lpc_11uxx_13uxx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tinyusb/device/dcd_lpc_11uxx_13uxx.c b/tinyusb/device/dcd_lpc_11uxx_13uxx.c
index 1ddf77d94..92f086c19 100644
--- a/tinyusb/device/dcd_lpc_11uxx_13uxx.c
+++ b/tinyusb/device/dcd_lpc_11uxx_13uxx.c
@@ -321,7 +321,6 @@ void dcd_isr(uint8_t coreid)
}
}
}
-
}
//--------------------------------------------------------------------+