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.
Dependencies: FreescaleIAP mbed-rtos mbed
Fork of QM_BAE_review_1 by
Diff: EPS.cpp
- Revision:
- 7:a46a1dee4497
- Parent:
- 6:036d08b62785
- Child:
- 15:e09aaaccf134
--- a/EPS.cpp Fri Jan 22 19:51:50 2016 +0000 +++ b/EPS.cpp Sat Jan 23 11:35:20 2016 +0000 @@ -260,7 +260,7 @@ for(int i=0; i<73;i++) BAE_chardata[i] = (char)BAE_data[i]; BAE_chardata[73] = '\0'; - printf("\n\r bae ats data %c %c %c %c", BAE_chardata[38],BAE_chardata[39],BAE_chardata[40],BAE_chardata[41]); + printf("\n\r bae ats data %c %c %c", BAE_chardata[38],BAE_chardata[39],BAE_chardata[40]); printf("\n\r BAE data is %s", BAE_chardata); }