use of system in parameters in synch

This commit is contained in:
Quentin Legot
2023-03-15 11:09:34 +01:00
parent e5242aab0c
commit c8df1e5053
5 changed files with 138 additions and 114 deletions

View File

@ -30,7 +30,7 @@ impl Interrupt {
}
pub fn idle(&self) {
todo!();
// todo!();
}
}