mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
[Horus] Refactoring continued
This commit is contained in:
parent
c8f77fceec
commit
e18e6f9c41
51 changed files with 376 additions and 753 deletions
|
@ -36,13 +36,13 @@
|
|||
|
||||
#include "../opentx.h"
|
||||
|
||||
uint8_t s_storageDirtyMsk;
|
||||
tmr10ms_t s_storageDirtyTime10ms;
|
||||
uint8_t storageDirtyMsk;
|
||||
tmr10ms_t storageDirtyTime10ms;
|
||||
|
||||
void storageDirty(uint8_t msk)
|
||||
{
|
||||
s_storageDirtyMsk |= msk;
|
||||
s_storageDirtyTime10ms = get_tmr10ms() ;
|
||||
storageDirtyMsk |= msk;
|
||||
storageDirtyTime10ms = get_tmr10ms() ;
|
||||
}
|
||||
|
||||
void preModelLoad()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue