forked SoftSerial
Fork of SoftSerial by
Diff: SoftSerial_rx.cpp
- Revision:
- 4:c010265ed202
- Parent:
- 3:7238e9bb74d2
- Child:
- 6:517082212c00
--- a/SoftSerial_rx.cpp Sat Apr 26 16:35:20 2014 +0000
+++ b/SoftSerial_rx.cpp Sat Apr 26 20:04:49 2014 +0000
@@ -72,6 +72,7 @@
if (!rx_error) {
out_valid = true;
out_buffer = read_buffer;
+ fpointer[RxIrq].call();
}
read_buffer = 0;
rxticker.detach();
