Hack for Nordic in process.rs

This commit is contained in:
Julien Cretin
2021-09-13 17:33:15 +02:00
committed by Julien Cretin
parent 2d5fdd1034
commit 7a975acf33
5 changed files with 34 additions and 35 deletions

View File

@@ -61,7 +61,6 @@ static mut PROCESSES: [Option<&'static dyn kernel::procs::ProcessType>; NUM_PROC
static mut STORAGE_LOCATIONS: [kernel::StorageLocation; 1] = [kernel::StorageLocation {
address: 0xC0000,
size: 0x14000, // NUM_PAGES = 20
unallocated_size: 0x40000, // MPU limitation
storage_type: kernel::StorageType::STORE,
}];