summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-03-04 00:40:40 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-03-04 00:40:40 -0700
commitdb634c0c84d0bfb8c55fe38451b7f004481c35e8 (patch)
treebb9946154e99630aec58ffc9c355d28332b29358
parent47cee5df1e5e63a8d0a5f1b634ac6d4e1ff00af7 (diff)
Turn off CONFIG_W5500_DEBUG
-rw-r--r--cmd/sbc_harness/config/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sbc_harness/config/config.h b/cmd/sbc_harness/config/config.h
index e923ac8..c2d72e4 100644
--- a/cmd/sbc_harness/config/config.h
+++ b/cmd/sbc_harness/config/config.h
@@ -27,7 +27,7 @@
#define CONFIG_W5500_LOCAL_PORT_MAX 60999
#define CONFIG_W5500_VALIDATE_SPI 1 /* bool */
-#define CONFIG_W5500_DEBUG 1 /* bool */
+#define CONFIG_W5500_DEBUG 0 /* bool */
#define CONFIG_W5500_LL_DEBUG 0 /* bool */
/* 9P *************************************************************************/