mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Switch to CMake - Taranis bootloader added. Tests done.
This commit is contained in:
parent
356faefb6d
commit
d02d0f26db
14 changed files with 215 additions and 120 deletions
|
@ -72,12 +72,6 @@ void TaskStack<SIZE>::paint()
|
|||
}
|
||||
}
|
||||
|
||||
template<int SIZE>
|
||||
uint16_t TaskStack<SIZE>::size()
|
||||
{
|
||||
return SIZE*4;
|
||||
}
|
||||
|
||||
uint16_t getStackAvailable(void * address, uint16_t size)
|
||||
{
|
||||
uint32_t * array = (uint32_t *)address;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue