1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00

Horus simulator should now be OK

This commit is contained in:
Bertrand Songis 2015-10-07 21:02:17 +02:00
parent 34be811622
commit 2902ae1887
90 changed files with 12075 additions and 368 deletions

View file

@ -97,6 +97,9 @@ uint16_t getStackAvailable(void * address, uint16_t size)
i++;
}
return i*4;
#if defined(CLI)
cliStackPaint();
#endif
}
template<int SIZE>