Refreshed Spark Configurations

This commit is contained in:
Gregory Nutt
2015-02-28 15:44:58 -06:00
parent 0772ca5702
commit e2e7c791c1
7 changed files with 1271 additions and 426 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ CCASSERT(sizeof(cc3000_buffer_desc) <= CONFIG_MQ_MAXMSGSIZE);
#define FREE_SLOT -1
#define CLOSE_SLOT -2
#if defined(CONFIG_CC3000_PROBES)
#if defined(CONFIG_DEBUG) && defined(CONFIG_CC3000_PROBES)
# define CC3000_GUARD (0xc35aa53c)
# define INIT_GUARD(p) p->guard = CC3000_GUARD
# define CHECK_GUARD(p) DEBUGASSERT(p->guard == CC3000_GUARD)