From 037df4afccb4577351f8155a0b9a36825ac7eb15 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 17 May 2025 13:06:51 -0600 Subject: Tidy #includes: We don't use PRI* anymore --- libhw_cr/rp2040_hwspi.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libhw_cr/rp2040_hwspi.c') diff --git a/libhw_cr/rp2040_hwspi.c b/libhw_cr/rp2040_hwspi.c index 75acd58..a7840e8 100644 --- a/libhw_cr/rp2040_hwspi.c +++ b/libhw_cr/rp2040_hwspi.c @@ -4,8 +4,6 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ -#include /* for PRIu{n} */ - #include /* for clock_get_hz() and clk_peri */ #include #include -- cgit v1.2.3-2-g168b