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.
Diff: source/AsyncSerial.cpp
- Revision:
- 18:9127f9fae61f
- Parent:
- 17:5dd6bcc93a8a
- Child:
- 19:42ffb517d36a
--- a/source/AsyncSerial.cpp	Fri Apr 17 11:08:42 2015 +0100
+++ b/source/AsyncSerial.cpp	Fri Apr 17 12:13:31 2015 +0000
@@ -71,7 +71,10 @@
     }
     else
     {
-        // else signal callback function
+        // reset 
+        sendLength = 0;
+        
+        // signal callback function
         sendHandler.call();
     }
 }
    
