None
Fork of cc3000_hostdriver_mbedsocket by
Revision 50:64f025c8d3e3, committed 2015-10-17
- Comitter:
- JackB
- Date:
- Sat Oct 17 23:08:59 2015 +0000
- Parent:
- 49:e3dd66598322
- Commit message:
- None
Changed in this revision
cc3000.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r e3dd66598322 -r 64f025c8d3e3 cc3000.h --- a/cc3000.h Fri Oct 16 23:23:11 2015 +0000 +++ b/cc3000.h Sat Oct 17 23:08:59 2015 +0000 @@ -55,13 +55,13 @@ /** Enable debug messages - set 1 */ // Debug - Socket interface messages -#define CC3000_DEBUG_SOCKET 1 +#define CC3000_DEBUG_SOCKET 0 // Debug - HCI TX messages -#define CC3000_DEBUG_HCI_TX 1 +#define CC3000_DEBUG_HCI_TX 0 // Debug - HCI Rx messages -#define CC3000_DEBUG_HCI_RX 1 +#define CC3000_DEBUG_HCI_RX 0 // Debug - General Debug -#define CC3000_DEBUG 1 +#define CC3000_DEBUG 0 // Add colour to the debug messages, requires a VT100 terminal like putty, comment out to remove #define VT100_COLOUR 0