Reduce log level

This commit is contained in:
Jeremy Soller 2019-11-25 21:13:03 -07:00
parent 146595563f
commit 465e865793
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -10,7 +10,7 @@ INCLUDE+=$(wildcard $(BOARD_DIR)/keymap/*.h)
# 3 - INFO
# 4 - DEBUG
# 5 - TRACE
CFLAGS+=-DLEVEL=4
CFLAGS+=-DLEVEL=2
# Enable I2C debug on 0x76
CFLAGS+=-DI2C_DEBUGGER=0x76