Hack for Nordic in process.rs
This commit is contained in:
committed by
Julien Cretin
parent
2d5fdd1034
commit
7a975acf33
@@ -67,7 +67,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,
|
||||
}];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user