Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use schedule() not fiber_sleep(0) in MicroBitSerial.cpp (Fix #461)
- MicroBitSerial use wake_on_event for condition synchronisation. - By contract, a fiber doing this should subsequently call schedule() and no other blocking operation
- Loading branch information