From 8f78e3d6bc3a4e030fbddf724f49c21cb0633d70 Mon Sep 17 00:00:00 2001 From: Mike Bell Date: Thu, 29 Jun 2023 10:09:38 +0100 Subject: [PATCH] DV Display: Switch SWD loader back to pio0 to avoid conflict with wifi --- drivers/dv_display/swd_load.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dv_display/swd_load.cpp b/drivers/dv_display/swd_load.cpp index 0ec1c7d4..9f0b68ae 100644 --- a/drivers/dv_display/swd_load.cpp +++ b/drivers/dv_display/swd_load.cpp @@ -14,7 +14,7 @@ static uint pio_offset; static uint pio_sm; static const pio_program_t* pio_prog; -PIO swd_pio = pio1; +PIO swd_pio = pio0; extern const uint16_t pio_change_exclusive_program(PIO pio, const pio_program* prog); extern const void pio_remove_exclusive_program(PIO pio);