diff options
| author | hathach <[email protected]> | 2013-05-31 13:57:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-05-31 13:57:57 +0700 |
| commit | 3b9a616ca926172f299eb93eab0269bcea26d105 (patch) | |
| tree | 986a87fd7e483f8f8b7fd9ee80f2dec55fffa6f2 /tinyusb/hal/hal_lpc11uxx.c | |
| parent | 04a641f0670eb448f561aa945ecc2a7cf0365469 (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.c | 5 |
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 |
