diff --git a/src/main.rs b/src/main.rs index 3c22f63..57dd7b3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -21,7 +21,7 @@ use hal::{ #[link_section = ".boot2"] #[used] -pub static BOOT2: [u8; 256] = rp2040_boot2::BOOT_LOADER; +pub static BOOT2: [u8; 256] = rp2040_boot2::BOOT_LOADER_W25Q080; #[entry] fn main() -> ! {