Increase MAX_TOK_CNT. Impact on watch unsure
This commit is contained in:
parent
a408472494
commit
ba74561bed
|
@ -1,7 +1,7 @@
|
|||
#ifndef OBJECT_H
|
||||
#define OBJECT_H
|
||||
|
||||
#define MAX_TOK_CNT 128 // 128
|
||||
#define MAX_TOK_CNT 1024 // 128
|
||||
#define MAX_ENV_ELM 50 // 50
|
||||
|
||||
#define FOR_POINTER_IN_LIST(_list) \
|
||||
|
|
Loading…
Reference in New Issue