1
0
Fork 0
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:
Martin Budden 2017-07-05 06:21:36 +01:00
parent 3cdbaaf14d
commit 87ae1616d6
5 changed files with 7 additions and 12 deletions

View file

@ -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