summaryrefslogtreecommitdiff
path: root/tinyusb/hal/hal_lpc11uxx.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-05-31 13:57:57 +0700
committerhathach <[email protected]>2013-05-31 13:57:57 +0700
commit3b9a616ca926172f299eb93eab0269bcea26d105 (patch)
tree986a87fd7e483f8f8b7fd9ee80f2dec55fffa6f2 /tinyusb/hal/hal_lpc11uxx.c
parent04a641f0670eb448f561aa945ecc2a7cf0365469 (diff)
change at86rf to 1ghznode
rom device runs ok with lpc11uxx
Diffstat (limited to 'tinyusb/hal/hal_lpc11uxx.c')
-rw-r--r--tinyusb/hal/hal_lpc11uxx.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tinyusb/hal/hal_lpc11uxx.c b/tinyusb/hal/hal_lpc11uxx.c
index ec7ddfc1b..a6e3312c4 100644
--- a/tinyusb/hal/hal_lpc11uxx.c
+++ b/tinyusb/hal/hal_lpc11uxx.c
@@ -57,4 +57,9 @@ tusb_error_t hal_init()
return TUSB_ERROR_NONE;
}
+void USB_IRQHandler(void)
+{
+ tusb_isr(0);
+}
+
#endif