123

Dependencies:   Buffer

Dependents:   ATParser

Files at this revision

API Documentation at this revision

Comitter:
sam_grove
Date:
Wed Feb 20 01:34:41 2019 +0000
Parent:
13:c17c532bc4f8
Commit message:
Discard random text file and update version check help message.

Changed in this revision

BufferedSerial.h Show annotated file Show diff for this revision Revisions of this file
tmp.txt Show diff for this revision Revisions of this file
--- a/BufferedSerial.h	Wed Feb 20 01:29:28 2019 +0000
+++ b/BufferedSerial.h	Wed Feb 20 01:34:41 2019 +0000
@@ -30,7 +30,7 @@
 #if (MBED_MAJOR_VERSION == 5) && (MBED_MINOR_VERSION >= 2)
 #elif (MBED_MAJOR_VERSION == 2) && (MBED_PATCH_VERSION > 130)
 #else
-#error "BufferedSerial version 13 requires use of Mbed OS 5.2.0 and newer or Mbed 2 version 130 and newer. Use BufferedSerial version 12 and older or upgrade the Mbed version.
+#error "BufferedSerial version 13 and newer requires use of Mbed OS 5.2.0 and newer or Mbed 2 version 130 and newer. Use BufferedSerial version 12 and older or upgrade the Mbed version.
 #endif
 
 /** A serial port (UART) for communication with other serial devices