diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-13 16:35:35 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-13 16:35:35 +0900 |
commit | 5046dd45f2e675c37e505d42ecce746cb64b64f9 (patch) | |
tree | 3c1f7d860705d6e99984b571c15e76c2ded2b896 /example-fs-bb48 | |
parent | db6e66852440a50e607c1df4cdf309c52a861430 (diff) |
IRQ handling is now merged into polling
Diffstat (limited to 'example-fs-bb48')
-rw-r--r-- | example-fs-bb48/sample.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example-fs-bb48/sample.c b/example-fs-bb48/sample.c index 39864d4..9250700 100644 --- a/example-fs-bb48/sample.c +++ b/example-fs-bb48/sample.c @@ -115,7 +115,6 @@ usb_intr (void *arg) usb_interrupt_handler (); } - chopstx_release_irq (&interrupt); return NULL; } |