mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-01-11 21:31:02 +01:00
Mark minimum_free_memory volatile.
This commit is contained in:
parent
ddc55690f3
commit
609d3d13de
@ -31,7 +31,7 @@ extern char *__malloc_heap_start;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
static int minimum_free_memory = 32767;
|
static volatile int minimum_free_memory = 32767;
|
||||||
|
|
||||||
|
|
||||||
int freeMemory() {
|
int freeMemory() {
|
||||||
|
Loading…
Reference in New Issue
Block a user