-wd33c9x: Silence logging by default, nw

This commit is contained in:
MooglyGuy 2019-02-10 01:54:46 +01:00
parent 4bc6160200
commit 8ed8f42a30

View File

@ -29,7 +29,7 @@
#define LOG_REGS (LOG_READS | LOG_WRITES) #define LOG_REGS (LOG_READS | LOG_WRITES)
#define LOG_ALL (LOG_REGS | LOG_COMMANDS | LOG_ERRORS | LOG_MISC | LOG_LINES | LOG_STATE | LOG_STEP) #define LOG_ALL (LOG_REGS | LOG_COMMANDS | LOG_ERRORS | LOG_MISC | LOG_LINES | LOG_STATE | LOG_STEP)
#define VERBOSE (LOG_COMMANDS | LOG_ERRORS) #define VERBOSE (0)
#include "logmacro.h" #include "logmacro.h"
enum register_addresses_e : uint8_t { enum register_addresses_e : uint8_t {