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

More work on pulses ...

This commit is contained in:
Bertrand Songis 2019-02-05 11:47:04 +01:00
parent 53bb46ef81
commit 9aa75b1056
19 changed files with 261 additions and 222 deletions

View file

@ -657,7 +657,7 @@ uint16_t isqrt32(uint32_t n);
#define pauseMixerCalculations()
#define resumeMixerCalculations()
#else
#include "tasks_arm.h"
#include "tasks.h"
extern RTOS_MUTEX_HANDLE mixerMutex;
inline void pauseMixerCalculations()
{
@ -1040,7 +1040,7 @@ enum AUDIO_SOUNDS {
};
#if defined(AUDIO)
#include "audio_arm.h"
#include "audio.h"
#endif
#include "buzzer.h"