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: Buffer SoftSerial
Fork of BufferedSoftSerial by
Diff: BufferedSoftSerial.cpp
- Revision:
- 9:5b069a1896f9
- Parent:
- 6:4e3e18b41ea6
--- a/BufferedSoftSerial.cpp Sun Apr 27 19:48:49 2014 +0000
+++ b/BufferedSoftSerial.cpp Sat Jul 05 08:08:07 2014 +0000
@@ -31,14 +31,6 @@
return;
}
-BufferedSoftSerial::~BufferedSoftSerial(void)
-{
- SoftSerial::attach(NULL, SoftSerial::RxIrq);
- SoftSerial::attach(NULL, SoftSerial::TxIrq);
-
- return;
-}
-
int BufferedSoftSerial::readable(void)
{
return _rxbuf.available(); // note: look if things are in the buffer
