tetete

Dependencies:   FIFO

Files at this revision

API Documentation at this revision

Comitter:
babylonica
Date:
Thu Mar 30 13:50:53 2017 +0000
Parent:
5:a50cdaa90d6a
Child:
7:f068461b3ddf
Commit message:
Update puts(). LF to CR/LF.

Changed in this revision

AsyncSerial.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/AsyncSerial.cpp	Thu Mar 30 13:13:01 2017 +0000
+++ b/AsyncSerial.cpp	Thu Mar 30 13:50:53 2017 +0000
@@ -105,7 +105,8 @@
 	if( status == 0 ){
 		return 0;
 	}
-
+	
+	AsyncSerial::putc('\r');
 	AsyncSerial::putc('\n');
 	return 1;
 }