upd765: turn back down excessive default verbosity level

This commit is contained in:
cracyc 2023-03-20 18:20:02 -05:00
parent 52e150bcfd
commit a55f0b15d5

View File

@ -20,7 +20,7 @@
#define LOG_LIVE (1U << 12) // Live states
#define LOG_DONE (1U << 13) // Command done
#define VERBOSE (0xffff)
#define VERBOSE (LOG_GENERAL | LOG_WARN)
#include "logmacro.h"