more fixes for chopstx_poll

This commit is contained in:
NIIBE Yutaka
2016-05-13 14:52:38 +09:00
parent daa7aebd6f
commit db6e668524
2 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
2016-05-13 NIIBE Yutaka <gniibe@fsij.org>
* chopstx.c (chx_sched) [__ARM_ARCH_6M__]: Fix asm.
(chx_handle_intr, chx_wakeup, chopstx_cancel): Fix for polling
with no timeout.
* example-cdc/sample.c (main): Update chopstx_poll example.
* example-fs-bb48/sample.c (main): Ditto.