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.
Fork of SoftSerial by
Diff: SoftSerial_tx.cpp
- Revision:
- 1:f8b4b764ace7
- Parent:
- 0:8edaa7abe724
- Child:
- 2:9e01a38606b4
diff -r 8edaa7abe724 -r f8b4b764ace7 SoftSerial_tx.cpp
--- a/SoftSerial_tx.cpp Sat Apr 26 14:46:03 2014 +0000
+++ b/SoftSerial_tx.cpp Sat Apr 26 15:13:01 2014 +0000
@@ -34,7 +34,7 @@
tx_bit++;
}
- timeout.attach_us(this, &SoftSerial::tx_handler, count);
+ txout.attach_us(this, &SoftSerial::tx_handler, count);
}
int SoftSerial::get_bit(int bit) {
