From abbeeeb14c53401c2044260b730a956cf8b8afbc Mon Sep 17 00:00:00 2001 From: Thomas Kohler Date: Sun, 20 Mar 2022 13:55:06 +0100 Subject: [PATCH] switch off debug --- drivers/i2c/mcp23017_driver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/mcp23017_driver.go b/drivers/i2c/mcp23017_driver.go index fa8784e8..93147ed5 100644 --- a/drivers/i2c/mcp23017_driver.go +++ b/drivers/i2c/mcp23017_driver.go @@ -12,7 +12,7 @@ import ( // please consider special handling for MCP23S17 const mcp23017Address = 0x20 -const mcp23017Debug = true // toggle debugging information +const mcp23017Debug = false // toggle debugging information // port contains all the registers for the device. type port struct {