k210 only can use 6M before configuring sdcard.
This commit is contained in:
parent
a3496698b3
commit
e5bd98973d
6 changed files with 11 additions and 13 deletions
|
@ -32,7 +32,7 @@ pub fn main() -> i32 {
|
|||
// child process
|
||||
if exec(line.as_str()) == -1 {
|
||||
println!("Error when executing!");
|
||||
return 0;
|
||||
return -4;
|
||||
}
|
||||
unreachable!();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue