Update to new bootloader naming

This commit is contained in:
9names 2021-08-21 23:31:13 +10:00
parent cc0f24035c
commit d14dc934c0

View File

@ -21,7 +21,7 @@ use hal::{
#[link_section = ".boot2"] #[link_section = ".boot2"]
#[used] #[used]
pub static BOOT2: [u8; 256] = rp2040_boot2::BOOT_LOADER; pub static BOOT2: [u8; 256] = rp2040_boot2::BOOT_LOADER_W25Q080;
#[entry] #[entry]
fn main() -> ! { fn main() -> ! {