My fork
Dependencies: BLE_API mbed-dev-bin nRF51822-bluetooth-mdw
Fork of microbit-dal-bluetooth-mdw by
Diff: source/drivers/MicroBitSerial.cpp
- Revision:
- 61:b597fb218f84
- Parent:
- 60:122814b3e76e
- Child:
- 62:e633e0eeaf19
--- a/source/drivers/MicroBitSerial.cpp Wed Jul 13 12:18:39 2016 +0100 +++ b/source/drivers/MicroBitSerial.cpp Wed Jul 13 12:18:40 2016 +0100 @@ -546,7 +546,7 @@ return result; } - char c = (char)getChar(mode); + int c = getChar(mode); unlockRx();