Update to new bootloader naming
This commit is contained in:
parent
cc0f24035c
commit
d14dc934c0
@ -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() -> ! {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user