lancaster-university / microbit-dal

http://lancaster-university.github.io/microbit-docs
Other
256 stars 130 forks source link

Stop MicroBitSerial::read(ASYNC) dropping bytes #442

Open martinwork opened 5 years ago

martinwork commented 5 years ago

Fixes #441

pelikhan commented 4 years ago

Fixed in CODAL - https://github.com/lancaster-university/codal-core/blob/master/source/driver-models/Serial.cpp#L666

pelikhan commented 4 years ago

Looks like a dup of https://github.com/lancaster-university/microbit-dal/pull/419