Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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