Skip to content

Commit 46d2b65

Browse files
committed
fixup! cpu/rp2350_common: create shared folder for RISCV & ARM
1 parent 081f248 commit 46d2b65

File tree

1 file changed

+0
-7
lines changed
  • cpu/rp2350_common/periph

1 file changed

+0
-7
lines changed

cpu/rp2350_common/periph/uart.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@
2424
#define ENABLE_DEBUG 0
2525
#include "debug.h"
2626

27-
#ifdef RP2350_USE_RISCV
28-
# include "xh3irq.h"
29-
#endif
30-
31-
#define ENABLE_DEBUG 0
32-
#include "debug.h"
33-
3427
static uart_isr_ctx_t ctx[UART_NUMOF];
3528

3629
/* back up values of registers used during uart_poweroff() / uart_poweron() */

0 commit comments

Comments
 (0)