Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed-dev-bin nRF51822
Fork of microbit-dal by
Diff: source/drivers/MicroBitSerial.cpp
- Revision:
- 62:e633e0eeaf19
- Parent:
- 61:b597fb218f84
- Child:
- 65:f7ebabf23e15
--- a/source/drivers/MicroBitSerial.cpp Wed Jul 13 12:18:40 2016 +0100 +++ b/source/drivers/MicroBitSerial.cpp Wed Jul 13 12:18:41 2016 +0100 @@ -835,7 +835,6 @@ detach(Serial::RxIrq); - serial_free(&_serial); serial_init(&_serial, tx, rx); attach(this, &MicroBitSerial::dataReceived, Serial::RxIrq);