Skip to content

Commit

Permalink
disabled debug messages so that the code can be compiled with SDK v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei7c4 committed Mar 4, 2017
1 parent 163e85a commit 6e5c662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/include/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <stdarg.h>
int ets_vsnprintf(char *buffer, size_t sizeOfBuffer, const char *format, va_list argptr);

//#define NDEBUG
#define NDEBUG

#ifdef NDEBUG
#define debug(format, args...) ((void)0)
Expand Down

0 comments on commit 6e5c662

Please sign in to comment.