mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Further better use of pwmAreMotorsEnabled
This commit is contained in:
parent
3cdbaaf14d
commit
87ae1616d6
5 changed files with 7 additions and 12 deletions
|
@ -125,8 +125,6 @@ typedef struct {
|
|||
|
||||
motorDmaOutput_t *getMotorDmaOutput(uint8_t index);
|
||||
|
||||
extern bool pwmMotorsEnabled;
|
||||
|
||||
struct timerHardware_s;
|
||||
typedef void pwmWriteFunc(uint8_t index, float value); // function pointer used to write motors
|
||||
typedef void pwmCompleteWriteFunc(uint8_t motorCount); // function pointer used after motors are written
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue