add access to nvmem functions to enable firmware update

Fork of cc3000_hostdriver_mbedsocket by Martin Kojtal

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 {