diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-23 08:01:36 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-06 11:50:46 -0600 |
commit | a83c95e9f46ef695a55fc7a6911e11846da9903c (patch) | |
tree | 42abde5f3b34b239bb95e84200ea16ad4a4c562d /libhw_cr | |
parent | b3ee525e9e0d49485714770d898cf9c28769313a (diff) |
Merge libobj into libmisc
Diffstat (limited to 'libhw_cr')
-rw-r--r-- | libhw_cr/host_net.c | 2 | ||||
-rw-r--r-- | libhw_cr/w5500.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libhw_cr/host_net.c b/libhw_cr/host_net.c index 03cf7db..01f4370 100644 --- a/libhw_cr/host_net.c +++ b/libhw_cr/host_net.c @@ -22,7 +22,7 @@ #include <libmisc/alloc.h> #include <libmisc/assert.h> #include <libmisc/macro.h> -#include <libobj/obj.h> +#include <libmisc/obj.h> #include <libhw/generic/alarmclock.h> diff --git a/libhw_cr/w5500.c b/libhw_cr/w5500.c index 2d6ac48..e676364 100644 --- a/libhw_cr/w5500.c +++ b/libhw_cr/w5500.c @@ -124,7 +124,7 @@ static const char *w5500_state_str(uint8_t state) { } } -/* libobj *********************************************************************/ +/* libmisc/obj.h **************************************************************/ LO_IMPLEMENTATION_C(io_closer, struct _w5500_socket, w5500_tcplist, static); LO_IMPLEMENTATION_C(net_stream_listener, struct _w5500_socket, w5500_tcplist, static); |