mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Fix infinite loop
This commit is contained in:
2
apps/external/app.h
vendored
2
apps/external/app.h
vendored
@@ -29,7 +29,7 @@ private:
|
||||
MainController m_mainController;
|
||||
StackViewController m_stackViewController;
|
||||
Window * m_window;
|
||||
static constexpr int k_externalHeapSize = 131072;
|
||||
static constexpr int k_externalHeapSize = 80000;
|
||||
char m_externalHeap[k_externalHeapSize];
|
||||
};
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ MEMORY {
|
||||
*/
|
||||
}
|
||||
|
||||
STACK_SIZE = 16K;
|
||||
STACK_SIZE = 32K;
|
||||
FIRST_EXTERNAL_FLASH_SECTOR_SIZE = 4K;
|
||||
|
||||
SECTIONS {
|
||||
|
||||
Reference in New Issue
Block a user