mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 05:15:18 +03:00
WiP
This commit is contained in:
parent
1d47a0278e
commit
bd97ae0b8e
15 changed files with 173 additions and 35 deletions
|
@ -123,7 +123,7 @@ TASK_FUNCTION(mixerTask)
|
|||
s_pulses_paused = true;
|
||||
|
||||
mixerSchedulerInit();
|
||||
mixerSchedulerStart(6666); // 150 Hz
|
||||
mixerSchedulerStart();
|
||||
|
||||
while (true) {
|
||||
#if defined(PCBTARANIS) && defined(SBUS)
|
||||
|
@ -206,6 +206,8 @@ TASK_FUNCTION(mixerTask)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
//TODO: remove that one
|
||||
void scheduleNextMixerCalculation(uint8_t module, uint16_t period_ms)
|
||||
{
|
||||
// Schedule next mixer calculation time,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue