From 7ff738390e55d57a0f513c467a9da3b08c6902ab Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Tue, 29 Oct 2024 01:02:02 -0600 Subject: Add a way to make private object members --- libhw/w5500.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libhw/w5500.c') diff --git a/libhw/w5500.c b/libhw/w5500.c index a141fb3..0d9cd01 100644 --- a/libhw/w5500.c +++ b/libhw/w5500.c @@ -73,6 +73,7 @@ #include /* for cr_yield() */ #include /* for VCALL_SELF() */ +#define IMPLEMENTATION_FOR_LIBHW_W5500_H YES #include #include "w5500_ll.h" -- cgit v1.2.3-2-g168b