mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 08:45:24 +03:00
parent
013cf6e968
commit
8c3f226a6e
11 changed files with 68 additions and 63 deletions
|
@ -488,10 +488,12 @@ extern uint8_t flightModeTransitionLast;
|
|||
#define availableMemory() ((unsigned int)((unsigned char *)&_heap_end - heap))
|
||||
#endif
|
||||
|
||||
extern uint32_t nextMixerTime[NUM_MODULES];
|
||||
|
||||
void evalFlightModeMixes(uint8_t mode, uint8_t tick10ms);
|
||||
void evalMixes(uint8_t tick10ms);
|
||||
void doMixerCalculations();
|
||||
void scheduleNextMixerCalculation(uint8_t module, uint16_t period_ms);
|
||||
void scheduleNextMixerCalculation(uint8_t module, uint32_t period_ms);
|
||||
|
||||
void checkTrims();
|
||||
void perMain();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue