Need a info() macro mapping

This commit is contained in:
Gregory Nutt
2016-06-11 19:05:32 -06:00
parent f12da847d8
commit e18e2b351b
+2 -1
View File
@@ -124,7 +124,8 @@ CCASSERT(sizeof(cc3000_buffer_desc) <= CONFIG_MQ_MAXMSGSIZE);
# define PROBE(pin,state) # define PROBE(pin,state)
#endif #endif
#define waitllerr(x,...) #define waitllerr(x,...) // llerr
#define waitllinfo(x,...) // llinfo
/**************************************************************************** /****************************************************************************
* Private Types * Private Types