1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Compilation failure

This commit is contained in:
bsongis 2014-09-05 07:24:45 +02:00
parent df56b94135
commit 2cc432344b
6 changed files with 10 additions and 5 deletions

View file

@ -161,7 +161,9 @@ void menusTask(void * pdata)
lcdRefresh();
lcdSetRefVolt(0);
#if !defined(SIMU)
SysTick->CTRL = 0; // turn off systick
#endif
pwrOff(); // Only turn power off if necessary
}