cc3000 hostdriver with the mbed socket interface

Dependents:   cc3000_hello_world_demo cc3000_simple_socket_demo cc3000_ntp_demo cc3000_ping_demo ... more

Files at this revision

API Documentation at this revision

Comitter:
SolderSplashLabs
Date:
Wed Oct 02 15:29:26 2013 +0000
Parent:
14:28c8bbbea025
Child:
16:f3676ae62f96
Commit message:
Missed a #define

Changed in this revision

cc3000.h Show annotated file Show diff for this revision Revisions of this file
--- a/cc3000.h	Wed Oct 02 15:26:41 2013 +0000
+++ b/cc3000.h	Wed Oct 02 15:29:26 2013 +0000
@@ -68,7 +68,7 @@
 #else
     #define DBG_SOCKET(x, ...) 
     #define DBG_HCI(x, ...)
-    #define DBG(x, ...)
+    #define DBG_CC(x, ...)
 #endif
 
 namespace mbed_cc3000 {