flash store: clean up

pull/49/head
topquark12 2021-01-13 17:16:29 +08:00
parent cef9cf6f48
commit 0200aa69bd
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ pub const FLASH_SECTOR: u8 = 12;
static mut BACKUP_SPACE: [u8; FLASH_SECTOR_SIZE] = [0; FLASH_SECTOR_SIZE];
extern "C" {
// These are from memory.x
static _config_start: usize;
static _flash_start: usize;
}