changed default debug settings

Fork of cc3000_hostdriver_mbedsocket by Martin Kojtal

Revision:
43:864437b6c058
Parent:
42:bd2c631a031a
Child:
44:960b73df5981
--- a/cc3000.h	Sat Oct 12 21:53:28 2013 +0000
+++ b/cc3000.h	Sat Oct 12 23:28:22 2013 +0000
@@ -56,19 +56,19 @@
  */
 
 // Debug - Socket interface messages
-#define CC3000_DEBUG_SOCKET
+//#define CC3000_DEBUG_SOCKET
 
 // Debug - HCI TX messages
-#define CC3000_DEBUG_HCI_TX
+//#define CC3000_DEBUG_HCI_TX
 
 // Debug - HCI Rx messages
-#define CC3000_DEBUG_HCI_RX
+//#define CC3000_DEBUG_HCI_RX
 
 // Debug - General Debug
-#define CC3000_DEBUG
+//#define CC3000_DEBUG
 
 // Add colour to the debug messages, requires a VT100 terminal like putty, comment out to remove
-#define VT100_COLOUR
+//#define VT100_COLOUR
 
 #ifdef CC3000_DEBUG_SOCKET