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: ASerial.h
- Revision:
- 3:502f90649834
- Parent:
- 2:54d27fdcbe5c
- Child:
- 4:7620d21baef3
--- a/ASerial.h Sun Aug 02 18:34:12 2015 +0000 +++ b/ASerial.h Thu Aug 13 17:50:28 2015 +0000 @@ -70,7 +70,7 @@ if(bufOut < bufIn) { int c = cbuf[bufOut % CMDBUFLEN]; bufOut++; - _serial->printf("\r\n\t%d got %d(%c)\r\n",bufOut-1,c,c); + DiagSerial.printf("\r\n\t%d got %d(%c)\r\n",bufOut-1,c,c); int n = bufIn-bufOut;