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.
Dependents: buffered_serial_test BLE_Police_HRM evena_BLE_Police_HRM df-2014-workshop-rfid-case-generator-k64f ... more
Diff: BufferedSerial.h
- Revision:
- 3:6b76fcf27545
- Parent:
- 2:7e8a450a9101
- Child:
- 5:4d6a311fc8bf
diff -r 7e8a450a9101 -r 6b76fcf27545 BufferedSerial.h
--- a/BufferedSerial.h Fri May 24 22:00:26 2013 +0000
+++ b/BufferedSerial.h Wed Jun 12 20:40:15 2013 +0000
@@ -73,8 +73,8 @@
class BufferedSerial : public Serial
{
private:
- Buffer <char> _rxbuf;
- Buffer <char> _txbuf;
+ Buffer <char> _rxbuf;
+ Buffer <char> _txbuf;
void rxIrq(void);
void txIrq(void);
