diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-26 18:16:57 -0400 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-26 18:16:57 -0400 |
commit | c50edb6000c9ac10f0cc3d5d9f43f82ec2041e56 (patch) | |
tree | 29e75a14a6d90a1a480327d744e6a16fe8b8e8d0 /libhw_cr/w5500.c | |
parent | cf4af09e9a20e9cdaec4b3896eb6d10c27f89eba (diff) |
Try to clean up w5500_ll.h
Diffstat (limited to 'libhw_cr/w5500.c')
-rw-r--r-- | libhw_cr/w5500.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libhw_cr/w5500.c b/libhw_cr/w5500.c index b7c2ad1..8bdb95b 100644 --- a/libhw_cr/w5500.c +++ b/libhw_cr/w5500.c @@ -67,6 +67,8 @@ * SPDX-License-Identifier: MIT */ +#include <string.h> /* for memcmp() */ + /* TODO: Write a <libhw/generic/gpio.h> to avoid w5500.c being * pico-sdk-specific. */ #include "rp2040_gpioirq.h" |