fixed bogus slotcount use display + moved some stuff to dynalloc to save ram
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ struct stackhandle {
|
||||
uint32_t len;
|
||||
};
|
||||
|
||||
#define STACK_NUM 8
|
||||
#define STACK_NUM 3
|
||||
static uint32_t nextidx = 0;
|
||||
static struct stackhandle stacks[STACK_NUM];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user