diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-17 12:38:59 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-17 13:28:16 -0600 |
commit | 7cbd849648d41c8b55b5b5fe618b8d20e75db868 (patch) | |
tree | 0fede0bc971d318053c1d75223372a6a44c64d47 /libhw_cr/rp2040_gpioirq.c | |
parent | 037df4afccb4577351f8155a0b9a36825ac7eb15 (diff) |
Sort+align #includes
Diffstat (limited to 'libhw_cr/rp2040_gpioirq.c')
-rw-r--r-- | libhw_cr/rp2040_gpioirq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhw_cr/rp2040_gpioirq.c b/libhw_cr/rp2040_gpioirq.c index 5b3d616..ecbdb04 100644 --- a/libhw_cr/rp2040_gpioirq.c +++ b/libhw_cr/rp2040_gpioirq.c @@ -4,8 +4,8 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ +#include <hardware/irq.h> /* for irq_set_exclusive_handler() */ #include <hardware/structs/io_bank0.h> /* for io_bank0_hw */ -#include <hardware/irq.h> /* for irq_set_exclusive_handler() */ #include <libmisc/macro.h> |