mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-21 20:10:17 +00:00
Update config.h
This commit is contained in:
parent
a91400429b
commit
de912bf92f
@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
// This is the maximum size of the value stack in PyVar units
|
// This is the maximum size of the value stack in PyVar units
|
||||||
// The actual size in bytes equals `sizeof(PyVar) * PK_VM_STACK_SIZE`
|
// The actual size in bytes equals `sizeof(PyVar) * PK_VM_STACK_SIZE`
|
||||||
#define PK_VM_STACK_SIZE 32768
|
#define PK_VM_STACK_SIZE 16384
|
||||||
|
|
||||||
// This is the maximum number of local variables in a function
|
// This is the maximum number of local variables in a function
|
||||||
// (not recommended to change this / it should be less than 200)
|
// (not recommended to change this / it should be less than 200)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user