1
0
Fork 0
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:
Bertrand Songis 2015-12-23 18:39:02 +01:00
parent 356faefb6d
commit d02d0f26db
14 changed files with 215 additions and 120 deletions

View file

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