summaryrefslogtreecommitdiff
path: root/libhw_cr/w5500.c
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-17 13:06:51 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-17 13:11:00 -0600
commit037df4afccb4577351f8155a0b9a36825ac7eb15 (patch)
treeb03f0e5abfd0602df56d7548c161966de8e74895 /libhw_cr/w5500.c
parentef72481ffee3403dc50e93b5686c30ed841e0257 (diff)
Tidy #includes: We don't use PRI* anymore
Diffstat (limited to 'libhw_cr/w5500.c')
-rw-r--r--libhw_cr/w5500.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libhw_cr/w5500.c b/libhw_cr/w5500.c
index 6f3f302..77edc49 100644
--- a/libhw_cr/w5500.c
+++ b/libhw_cr/w5500.c
@@ -67,8 +67,6 @@
* SPDX-License-Identifier: MIT
*/
-#include <inttypes.h> /* for PRIu{n} */
-
/* TODO: Write a <libhw/generic/gpio.h> to avoid w5500.c being
* pico-sdk-specific. */
#include <hardware/gpio.h> /* pico-sdk:hardware_gpio */