diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-04 00:40:40 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-04 00:40:40 -0700 |
commit | db634c0c84d0bfb8c55fe38451b7f004481c35e8 (patch) | |
tree | bb9946154e99630aec58ffc9c355d28332b29358 | |
parent | 47cee5df1e5e63a8d0a5f1b634ac6d4e1ff00af7 (diff) |
Turn off CONFIG_W5500_DEBUG
-rw-r--r-- | cmd/sbc_harness/config/config.h | 2 |
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 *************************************************************************/ |