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: Main.cpp
- Revision:
- 10:43337cc2ac79
- Parent:
- 8:494f6fcecfbc
- Child:
- 11:00cb0217ce8a
--- a/Main.cpp Sun Aug 13 06:09:03 2017 +0000
+++ b/Main.cpp Wed Nov 29 06:01:32 2017 +0000
@@ -126,7 +126,7 @@
//synchrnous serial read and writes
//Mbed 5 Serial class only supports single character read and writes or
-// async buffer reads abd wrutes
+// async buffer reads and wrutes
MSG_TYPE readBuffer(uint8_t* buffer, uint16_t count)
{
if(buffer == NULL || count > AUTO_MSG_LEN ) {