No description
Dependents: ros_lib_kinetic ds
Diff: BufferedSerial.h
- Revision:
- 15:6f73fb5244ef
- Parent:
- 14:7e5e866edd3d
--- a/BufferedSerial.h Wed Feb 20 01:34:41 2019 +0000 +++ b/BufferedSerial.h Mon Mar 30 22:11:16 2020 +0000 @@ -26,13 +26,13 @@ #include "mbed.h" #include "MyBuffer.h" - +/* #if (MBED_MAJOR_VERSION == 5) && (MBED_MINOR_VERSION >= 2) #elif (MBED_MAJOR_VERSION == 2) && (MBED_PATCH_VERSION > 130) #else #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 * * Can be used for Full Duplex communication, or Simplex by specifying