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.
Dependencies: Socket lwip-sys lwip
Fork of AbitUSBModem by
Diff: serial/io/IOSerialStream.h
- Revision:
- 96:b50f5f795684
- Parent:
- 22:06fb2a93a1f6
- Child:
- 100:dbd92e9515ef
--- a/serial/io/IOSerialStream.h Fri Apr 25 13:33:55 2014 +0000 +++ b/serial/io/IOSerialStream.h Wed Feb 18 09:40:07 2015 +0000 @@ -24,7 +24,7 @@ #include "Serial.h" #include "rtos.h" -#include "core/MtxCircBuffer.h" +#include "MtxCircBuffer.h" /** Input Serial Stream for physical serial interfaces (UART...) This class is not thread-safe, except for the *Abort() methods that can be called by any thread/ISR
