PHS module APM-002 library. see: https://developer.mbed.org/users/phsfan/notebook/abitusbmodem/

Dependencies:   Socket lwip-sys lwip

Fork of AbitUSBModem by phs fan

Revision:
100:dbd92e9515ef
Parent:
97:7d9cc95e2ea7
--- a/at/ATCommandsInterface.cpp	Wed Feb 25 14:34:13 2015 +0000
+++ b/at/ATCommandsInterface.cpp	Mon May 11 14:07:07 2015 +0000
@@ -81,7 +81,7 @@
   
   //Lock transaction mutex
   m_transactionMtx.lock();
-  
+
   // should we flush m_pStream at this point ???
   // ash - it would do no harm so we should, incase some pending crap arrives
   int err;