mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[python] Clean type confusion
This commit is contained in:
committed by
LeaNumworks
parent
4e1f7c1cb8
commit
7f3f67aba0
@@ -123,7 +123,7 @@ void MicroPython::init(void * heapStart, void * heapEnd) {
|
|||||||
mp_pystack_init(pystack, &pystack[MP_ARRAY_SIZE(pystack)]);
|
mp_pystack_init(pystack, &pystack[MP_ARRAY_SIZE(pystack)]);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
volatile uintptr_t stackTop;
|
volatile int stackTop;
|
||||||
void * stackTopAddress = (void *)(&stackTop);
|
void * stackTopAddress = (void *)(&stackTop);
|
||||||
/* We delimit the stack part that will be used by Python. The stackTop is the
|
/* We delimit the stack part that will be used by Python. The stackTop is the
|
||||||
* address of the first object that can be allocated on Python stack. This
|
* address of the first object that can be allocated on Python stack. This
|
||||||
|
|||||||
Reference in New Issue
Block a user