mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Moved pwmWritePtr out of pwm_output motors[] array
This commit is contained in:
parent
ae1944b78c
commit
99760469d8
3 changed files with 10 additions and 15 deletions
|
@ -88,7 +88,6 @@ typedef struct {
|
|||
volatile timCCR_t *ccr;
|
||||
TIM_TypeDef *tim;
|
||||
uint16_t period;
|
||||
pwmWriteFuncPtr pwmWritePtr;
|
||||
bool enabled;
|
||||
IO_t io;
|
||||
} pwmOutputPort_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue