flash_store_refactor #49
@ -11,6 +11,7 @@ pub const FLASH_SECTOR: u8 = 12;
|
|||||||
static mut BACKUP_SPACE: [u8; FLASH_SECTOR_SIZE] = [0; FLASH_SECTOR_SIZE];
|
static mut BACKUP_SPACE: [u8; FLASH_SECTOR_SIZE] = [0; FLASH_SECTOR_SIZE];
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
// These are from memory.x
|
||||||
static _config_start: usize;
|
static _config_start: usize;
|
||||||
static _flash_start: usize;
|
static _flash_start: usize;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user