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.
Dependents: buffered_serial_test BLE_Police_HRM evena_BLE_Police_HRM df-2014-workshop-rfid-case-generator-k64f ... more
Revision 14:7e5e866edd3d, committed 2019-02-20
- 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
