k210 only can use 6M before configuring sdcard.

This commit is contained in:
Yifan Wu 2020-12-11 18:04:57 +08:00
parent 84b10893d4
commit f5c029d3db
6 changed files with 11 additions and 13 deletions

View file

@ -6,7 +6,7 @@ extern crate user_lib;
use user_lib::{fork, wait, yield_, exit, getpid, get_time};
static NUM: usize = 20;
static NUM: usize = 35;
const N: usize = 10;
static P: i32 = 10007;
type Arr = [[i32; N]; N];