Turn off global logging (nw)

This commit is contained in:
Scott Stone 2017-04-20 13:53:09 -04:00
parent ce62497501
commit 48eb8248ab

View File

@ -39,8 +39,8 @@
#define LOG_READ (1U << 3)
#define LOG_INT (1U << 4)
#define VERBOSE (LOG_SHIFT)
#define LOG_OUTPUT_FUNC printf
//#define VERBOSE (LOG_SHIFT)
//#define LOG_OUTPUT_FUNC printf
#include "logmacro.h"