Add join and exit

This commit is contained in:
NIIBE Yutaka
2013-05-27 09:08:17 +09:00
parent cf4a340023
commit b0cfda694f
4 changed files with 86 additions and 11 deletions

View File

@@ -63,7 +63,7 @@ usb_intr (void *arg)
extern void usb_lld_init (uint8_t feature);
extern void usb_interrupt_handler (void);
chopstix_intr_t interrupt;
chopstx_intr_t interrupt;
(void)arg;
asm volatile ("cpsid i" : : : "memory");