ch2: Batch system
AppManager
This commit is contained in:
parent
93d85e1d32
commit
13e91ed735
6 changed files with 119 additions and 0 deletions
|
@ -8,6 +8,9 @@ mod logger;
|
|||
#[macro_use]
|
||||
mod console;
|
||||
|
||||
mod batch;
|
||||
mod sync;
|
||||
|
||||
use core::arch::global_asm;
|
||||
use log::{debug, error, info, trace, warn};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue