changed default debug settings
Fork of cc3000_hostdriver_mbedsocket by
Revision 47:2806497b2578, committed 2014-10-20
- Comitter:
- bjo3rn
- Date:
- Mon Oct 20 16:50:15 2014 +0000
- Parent:
- 46:ca8c234997c0
- Commit message:
- Added debug level 1
Changed in this revision
cc3000.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r ca8c234997c0 -r 2806497b2578 cc3000.h --- a/cc3000.h Sun Nov 10 21:41:44 2013 +0100 +++ b/cc3000.h Mon Oct 20 16:50:15 2014 +0000 @@ -61,7 +61,7 @@ // Debug - HCI Rx messages #define CC3000_DEBUG_HCI_RX 0 // Debug - General Debug -#define CC3000_DEBUG 0 +#define CC3000_DEBUG 1 // Add colour to the debug messages, requires a VT100 terminal like putty, comment out to remove #define VT100_COLOUR 0