Changes to support Vodafone K4606

Dependencies:   Socket USBHostWANDongle lwip-sys lwip

Fork of VodafoneUSBModem by mbed official

Files at this revision

API Documentation at this revision

Comitter:
nherriot
Date:
Fri Sep 14 15:29:49 2012 +0000
Parent:
34:b53c619b036d
Child:
54:f9b1f5444963
Commit message:
changed to run a single test

Changed in this revision

at/ATCommandsInterface.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/at/ATCommandsInterface.cpp	Fri Sep 14 10:15:02 2012 +0000
+++ b/at/ATCommandsInterface.cpp	Fri Sep 14 15:29:49 2012 +0000
@@ -17,7 +17,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __DEBUG__  2//ERR+WARN
+#define __DEBUG__  4//ERR+WARN
 #ifndef __MODULE__
 #define __MODULE__ "ATCommandsInterface.cpp"
 #endif