From 39ffe70dab3cea204c930cb56043b736b438d771 Mon Sep 17 00:00:00 2001 From: Wilfried Chauveau Date: Fri, 2 Sep 2022 08:02:34 +0100 Subject: [PATCH] Use rp2040_boot2::BOOT_LOADER_GENERIC_03H in the vector-table example (#445) --- rp2040-hal/examples/vector_table.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rp2040-hal/examples/vector_table.rs b/rp2040-hal/examples/vector_table.rs index 83ea48b..ccc0d45 100644 --- a/rp2040-hal/examples/vector_table.rs +++ b/rp2040-hal/examples/vector_table.rs @@ -50,7 +50,7 @@ const FAST_BLINK_INTERVAL_US: MicrosDurationU32 = MicrosDurationU32::millis(300) /// as the BSPs already perform this step. #[link_section = ".boot2"] #[used] -pub static BOOT2: [u8; 256] = rp2040_boot2::BOOT_LOADER_W25Q080; +pub static BOOT2: [u8; 256] = rp2040_boot2::BOOT_LOADER_GENERIC_03H; /// External high-speed crystal on the Raspberry Pi Pico board is 12 MHz. Adjust /// if your board has a different frequency