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

@@ -31,10 +31,10 @@ index 5465c95f4..e596648f7 100644
}
}
diff --git a/kernel/src/sched.rs b/kernel/src/sched.rs
index 61401b04a..e9a58c018 100644
index 8844bc6c3..692bad2d3 100644
--- a/kernel/src/sched.rs
+++ b/kernel/src/sched.rs
@@ -118,11 +118,20 @@ pub enum SchedulingDecision {
@@ -118,10 +118,19 @@ pub enum SchedulingDecision {
TrySleep,
}
@@ -50,7 +50,6 @@ index 61401b04a..e9a58c018 100644
pub struct StorageLocation {
pub address: usize,
pub size: usize,
pub unallocated_size: usize,
+ pub storage_type: StorageType,
}