mDot / Mbed OS Honneywell_Dust_Simple
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 ) {