1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 06:45:16 +03:00

Performance improvement based on feedback from @martinbudden

This commit is contained in:
blckmn 2017-01-30 22:17:01 +11:00 committed by borisbstyle
parent a7f50ad30a
commit 3c20108a99
3 changed files with 37 additions and 30 deletions

View file

@ -105,6 +105,7 @@ typedef void(*pwmCompleteWriteFuncPtr)(uint8_t motorCount); // function pointe
typedef struct {
volatile timCCR_t *ccr;
TIM_TypeDef *tim;
bool forceOverflow;
uint16_t period;
bool enabled;
IO_t io;