diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-17 13:06:51 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-17 13:11:00 -0600 |
commit | 037df4afccb4577351f8155a0b9a36825ac7eb15 (patch) | |
tree | b03f0e5abfd0602df56d7548c161966de8e74895 /libhw_cr/rp2040_hwspi.c | |
parent | ef72481ffee3403dc50e93b5686c30ed841e0257 (diff) |
Tidy #includes: We don't use PRI* anymore
Diffstat (limited to 'libhw_cr/rp2040_hwspi.c')
-rw-r--r-- | libhw_cr/rp2040_hwspi.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <inttypes.h> /* for PRIu{n} */ - #include <hardware/clocks.h> /* for clock_get_hz() and clk_peri */ #include <hardware/gpio.h> #include <hardware/spi.h> |