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

[ARM] Mixers calculated just-in-time

This commit is contained in:
Damjan Adamic 2016-04-05 18:38:37 +02:00
parent ce0b17744c
commit 29325ad54f
5 changed files with 45 additions and 3 deletions

View file

@ -223,6 +223,8 @@ const char * debugTimerNames[DEBUG_TIMERS_COUNT] = {
,"ADC read " // debugTimerAdcRead,
,"ADC loop " // debugTimerAdcLoop,
,"ADC wait " // debugTimerAdcWait,
,"mix-pulses " // debugTimerMixerCalcToUsage
,"mix-int. " // debugTimerMixerIterval
};
#endif