forked from Rativel/BurritOS
Added debug attributes to structs pertaining to thread in order to allow for applying assertions upon Thread
This commit is contained in:
@@ -52,7 +52,7 @@ impl<'a> System<'a> {
|
||||
|
||||
}
|
||||
|
||||
#[derive(PartialEq)]
|
||||
#[derive(PartialEq, Debug)]
|
||||
pub enum ObjectType {
|
||||
SemaphoreType,
|
||||
LockType,
|
||||
|
||||
Reference in New Issue
Block a user