diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-08 22:47:40 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-09 12:24:43 -0700 |
commit | 3ce5d9b3a882d160e2b297308ef5237bb062ce1c (patch) | |
tree | 16433f5ae6b3eed4947e22459abb7904386189cc /cmd/sbc_harness/config/config.h | |
parent | 063f263f84d517c6497e7ca37f503956bad7075a (diff) |
libhw: Separate w5500_ll.h logging from w5500.c logging
Diffstat (limited to 'cmd/sbc_harness/config/config.h')
-rw-r--r-- | cmd/sbc_harness/config/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/sbc_harness/config/config.h b/cmd/sbc_harness/config/config.h index daa01dd..bad0dc4 100644 --- a/cmd/sbc_harness/config/config.h +++ b/cmd/sbc_harness/config/config.h @@ -27,6 +27,8 @@ #define CONFIG_W5500_DEBUG 1 /* bool */ +#define CONFIG_W5500_LL_DEBUG 1 /* bool */ + /* 9P *************************************************************************/ #define CONFIG_9P_PORT 564 |