mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Merge commit 'refs/pull/1064/head' of https://github.com/numworks/epsilon into omega-master
This commit is contained in:
@@ -74,7 +74,7 @@ private:
|
||||
* buffer here and we give to controllers that load Python environment. We
|
||||
* also memoize the last Python user to avoid re-initiating MicroPython when
|
||||
* unneeded. */
|
||||
static constexpr int k_pythonHeapSize = 16384;
|
||||
static constexpr int k_pythonHeapSize = 32768;
|
||||
char m_pythonHeap[k_pythonHeapSize];
|
||||
const void * m_pythonUser;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user