From 3ce5d9b3a882d160e2b297308ef5237bb062ce1c Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sun, 8 Dec 2024 22:47:40 -0700 Subject: libhw: Separate w5500_ll.h logging from w5500.c logging --- cmd/sbc_harness/config/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd/sbc_harness/config/config.h') 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 -- cgit v1.2.3-2-g168b