summaryrefslogtreecommitdiff
path: root/libhw_cr/rp2040_hwspi.c
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-17 13:33:51 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-17 13:33:51 -0600
commit42fb27570262b52e2ca889030c621b5f4af76fe1 (patch)
tree1d70f96baa5089f8878a9c121ff0770846ad4090 /libhw_cr/rp2040_hwspi.c
parent18ddce6270391e5c1924394f8b5d8079ad73289e (diff)
parent556f3ff6ccb9fa4b193d91216f85e8ade33b4383 (diff)
Merge branch 'lukeshu/lint-ish'
Diffstat (limited to 'libhw_cr/rp2040_hwspi.c')
-rw-r--r--libhw_cr/rp2040_hwspi.c2
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>