mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 05:15:18 +03:00
#7210 merged (thanks Fiam)
This commit is contained in:
parent
de07f0dde4
commit
cf7e45d7cd
4 changed files with 17 additions and 18 deletions
|
@ -481,7 +481,7 @@ extern uint8_t flightModeTransitionLast;
|
|||
|
||||
#if defined(SIMU)
|
||||
inline int availableMemory() { return 1000; }
|
||||
#elif !defined(SIMU)
|
||||
#else
|
||||
extern unsigned char *heap;
|
||||
extern int _end;
|
||||
extern int _heap_end;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue