diff options
Diffstat (limited to 'libhw_cr/rp2040_dma.c')
-rw-r--r-- | libhw_cr/rp2040_dma.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libhw_cr/rp2040_dma.c b/libhw_cr/rp2040_dma.c index 69116bf..47d5cd3 100644 --- a/libhw_cr/rp2040_dma.c +++ b/libhw_cr/rp2040_dma.c @@ -4,8 +4,6 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ -#include <stdbool.h> - #include <hardware/irq.h> /* for irq_set_exclusive_handler() */ #include "rp2040_dma.h" |