mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-01-11 13:21:01 +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
|
||||
|
||||
|
||||
static int minimum_free_memory = 32767;
|
||||
static volatile int minimum_free_memory = 32767;
|
||||
|
||||
|
||||
int freeMemory() {
|
||||
|
Loading…
Reference in New Issue
Block a user