cc3000 driver with expanded buffers.
Fork of cc3000_hostdriver_mbedsocket by
Revision 24:ba3fa29197ac, committed 2013-10-03
- Comitter:
- SolderSplashLabs
- Date:
- Thu Oct 03 21:02:56 2013 +0000
- Parent:
- 23:fed7f64dd520
- Child:
- 25:4d4072a9cc12
- Commit message:
- Fixed comments
Changed in this revision
| cc3000.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/cc3000.h Thu Oct 03 21:00:00 2013 +0000
+++ b/cc3000.h Thu Oct 03 21:02:56 2013 +0000
@@ -53,9 +53,14 @@
/** Enable debug messages, comment out the ones you don't want
*/
+
+// Debug - Socket interface messages
#define CC3000_DEBUG_SOCKET
+// Debug - HCI TX messages
#define CC3000_DEBUG_HCI_TX
+// Debug - HCI Rx messages
#define CC3000_DEBUG_HCI_RX
+// Debug - General Debug
#define CC3000_DEBUG
// Add color too the debug messages, requires a VT100 terminal like putty, comment out to remove
@@ -107,7 +112,7 @@
#endif
#else
- #define DBG_HCI_CMD(x, ...)
+ #define DBG_CC(x, ...)
#endif
namespace mbed_cc3000 {
