1
0
Fork 0
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:
Bertrand Songis 2020-01-03 12:32:14 +01:00
parent de07f0dde4
commit cf7e45d7cd
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
4 changed files with 17 additions and 18 deletions

View file

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