Update source files

This commit is contained in:
Werner
2022-01-02 14:36:51 -03:00
parent 07e5db7474
commit 41bef40b4d
7 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,3 @@
pub const REGISTER_COUNT: usize = 16;
pub const STACK_SIZE: usize = 64;
pub const HEAP_LIMIT: usize = 256;
pub const STACK_SIZE: usize = 512;
pub const HEAP_LIMIT: usize = 4096;