mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Bsongis/gui refactoring for x7 d (#3701)
* [X7D] New board added * Cosmetics
This commit is contained in:
parent
282b856309
commit
d3ae3c035d
233 changed files with 7472 additions and 4560 deletions
|
@ -79,7 +79,7 @@ void stackPaint()
|
|||
#endif
|
||||
}
|
||||
|
||||
#if defined(CPUSTM32) && !defined(SIMU)
|
||||
#if defined(STM32) && !defined(SIMU)
|
||||
uint16_t stackSize()
|
||||
{
|
||||
return ((unsigned char *)&_estack - (unsigned char *)&_main_stack_start) / 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue