mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
Fixed simu build
This commit is contained in:
parent
271dae71f7
commit
5566439e76
4 changed files with 7 additions and 3 deletions
|
@ -117,6 +117,8 @@ uint32_t stack_free(uint32_t tid)
|
|||
return i*4;
|
||||
}
|
||||
|
||||
#if !defined(SIMU)
|
||||
|
||||
void mixerTask(void * pdata)
|
||||
{
|
||||
s_pulses_paused = true;
|
||||
|
@ -209,3 +211,5 @@ void tasksStart()
|
|||
|
||||
CoStartOS();
|
||||
}
|
||||
|
||||
#endif // #if !defined(SIMU)
|
Loading…
Add table
Add a link
Reference in a new issue