Added mutex for multiple SPI devices on the same SPI bus

Fork of cc3000_hostdriver_mbedsocket by Martin Kojtal

Revision:
15:aae737ca3dd2
Parent:
14:28c8bbbea025
Child:
16:f3676ae62f96
--- 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 {