phs fan / AbitModemInterface

Dependencies:   Socket lwip-sys lwip

Fork of AbitUSBModem by phs fan

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