1
0
Fork 0
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:
Damjan Adamic 2014-12-04 22:17:06 +01:00
parent 271dae71f7
commit 5566439e76
4 changed files with 7 additions and 3 deletions

View file

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