Fix infinite loop

This commit is contained in:
Quentin Guidée
2020-02-17 19:05:18 +01:00
parent 0dd49bf4e1
commit 2ae5eecac7
2 changed files with 2 additions and 2 deletions

2
apps/external/app.h vendored
View File

@@ -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];
};

View File

@@ -21,7 +21,7 @@ MEMORY {
*/
}
STACK_SIZE = 16K;
STACK_SIZE = 32K;
FIRST_EXTERNAL_FLASH_SECTOR_SIZE = 4K;
SECTIONS {