Ah, missed one after the rebase.

This commit is contained in:
Jonathan Pallant (42 Technology) 2021-10-18 10:58:38 +01:00
parent e3f9125a87
commit e48323c983

View file

@ -30,7 +30,7 @@ use core::fmt::Write;
// need this to help the ROM bootloader get our code up and running.
#[link_section = ".boot2"]
#[used]
pub static BOOT2: [u8; 256] = rp2040_boot2::BOOT_LOADER;
pub static BOOT2: [u8; 256] = rp2040_boot2::BOOT_LOADER_W25Q080;
/// External high-speed crystal on the Raspberry Pi Pico board is 12 MHz. Adjust
/// if your board has a different frequency