mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-22 09:26:32 +11:00
memcpy
This commit is contained in:
parent
e7c5ba1c31
commit
426a71ff54
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ pub use hal::entry;
|
|||
#[link_section = ".boot2"]
|
||||
#[no_mangle]
|
||||
#[used]
|
||||
pub static BOOT2_FIRMWARE: [u8; 256] = rp2040_boot2::BOOT_LOADER_W25Q080;
|
||||
pub static BOOT2_FIRMWARE: [u8; 256] = rp2040_boot2::BOOT_LOADER_RAM_MEMCPY;
|
||||
// pub static BOOT2_FIRMWARE: [u8; 256] = rp2040_boot2::BOOT_LOADER_W25Q080;
|
||||
|
||||
pub use hal::pac;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue