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:
96:b50f5f795684
Parent:
16:02db4f537955
--- a/core/dbg.cpp	Fri Apr 25 13:33:55 2014 +0000
+++ b/core/dbg.cpp	Wed Feb 18 09:40:07 2015 +0000
@@ -40,8 +40,8 @@
     mtx->lock();
     if(!init)
     {
-      strncpy( debug_newline, "\n", 2 );
-      printf("[START]\n");
+      strncpy( debug_newline, "\r\n", 3 );
+      printf("[START]\r\n");
       fflush(stdout);
       init = true;
     }