fixed bogus slotcount use display + moved some stuff to dynalloc to save ram

This commit is contained in:
2018-01-14 00:21:13 +01:00
parent 7df577f9b1
commit 05875a8167
5 changed files with 12 additions and 17 deletions
+1 -1
View File
@@ -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];