k210 only can use 6M before configuring sdcard.
This commit is contained in:
parent
84b10893d4
commit
f5c029d3db
6 changed files with 11 additions and 13 deletions
|
@ -6,7 +6,7 @@ extern crate user_lib;
|
|||
|
||||
use user_lib::{fork, wait, exit};
|
||||
|
||||
const MAX_CHILD: usize = 20;
|
||||
const MAX_CHILD: usize = 40;
|
||||
|
||||
#[no_mangle]
|
||||
pub fn main() -> i32 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue