mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
perMainArm() renamed to perMain()
This commit is contained in:
parent
afedd86fae
commit
f8203b72f7
4 changed files with 13 additions and 17 deletions
|
@ -160,7 +160,7 @@ void menusTask(void * pdata)
|
|||
|
||||
while (pwrCheck() != e_power_off) {
|
||||
U64 start = CoGetOSTime();
|
||||
perMainArm();
|
||||
perMain();
|
||||
// TODO remove completely massstorage from sky9x firmware
|
||||
U32 runtime = (U32)(CoGetOSTime() - start);
|
||||
// deduct the thread run-time from the wait, if run-time was more than
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue