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:
parent
a7f50ad30a
commit
3c20108a99
3 changed files with 37 additions and 30 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue