Load app from sdcard on K210, but panicked on qemu.

This commit is contained in:
Yifan Wu 2020-12-20 00:52:14 +08:00
parent 760de97155
commit a3802a4b91
18 changed files with 177 additions and 142 deletions

View file

@ -61,6 +61,7 @@ lazy_static! {
}
pub fn run_tasks() {
println!("into Processor::run_tasks!");
PROCESSOR.run();
}