User base from 0x0->0x10000; user image size limit from 128MB->16MB; trigger race condition on k210

This commit is contained in:
Yifan Wu 2021-10-03 07:36:41 -07:00
parent a341b338c8
commit ff5055386b
5 changed files with 18 additions and 14 deletions

View file

@ -15,4 +15,4 @@ pub fn get_time_ms() -> usize {
pub fn set_next_trigger() {
set_timer(get_time() + CLOCK_FREQ / TICKS_PER_SEC);
}
}