From db634c0c84d0bfb8c55fe38451b7f004481c35e8 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Tue, 4 Mar 2025 00:40:40 -0700 Subject: Turn off CONFIG_W5500_DEBUG --- cmd/sbc_harness/config/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/sbc_harness') 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 *************************************************************************/ -- cgit v1.2.3-2-g168b