diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-02 13:43:36 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-02 23:45:00 -0700 |
commit | c63584e6bcb934d84ef277cdc4619763a41f1bbe (patch) | |
tree | e41582ae16b317e810daab154f3fd8677028a51f /cmd/sbc_harness/config/config.h | |
parent | fe6b92f8b700db5310164339e71110953a59e110 (diff) |
libhw: w5500: Add a VALIDATE_SPI toggle
Diffstat (limited to 'cmd/sbc_harness/config/config.h')
-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 f9c7df2..0fa95ae 100644 --- a/cmd/sbc_harness/config/config.h +++ b/cmd/sbc_harness/config/config.h @@ -22,8 +22,8 @@ #define CONFIG_W5500_LOCAL_PORT_MIN 32768 #define CONFIG_W5500_LOCAL_PORT_MAX 60999 +#define CONFIG_W5500_VALIDATE_SPI 1 /* bool */ #define CONFIG_W5500_DEBUG 1 /* bool */ - #define CONFIG_W5500_LL_DEBUG 0 /* bool */ /* 9P *************************************************************************/ |