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
|
@ -6,7 +6,7 @@ extern crate user_lib;
|
|||
|
||||
use user_lib::{sleep, getpid, fork, exit, yield_};
|
||||
|
||||
const DEPTH: usize = 3;
|
||||
const DEPTH: usize = 4;
|
||||
|
||||
fn fork_child(cur: &str, branch: char) {
|
||||
let mut next = [0u8; DEPTH + 1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue