...fix Accessors
This commit is contained in:
parent
4b809d26e1
commit
ebbeb99d4f
|
|
@ -70,7 +70,7 @@ public:
|
|||
// Accessors for GPIO and DShot settings
|
||||
gpio_num_t getGPIO() const { return _gpio; }
|
||||
dshot_mode_t getDShotMode() const { return _mode; }
|
||||
uint8_t getFrameLenght() const { return _frameLength; }
|
||||
uint16_t getFrameLenght() const { return _frameLength; }
|
||||
|
||||
protected:
|
||||
// Calculates the checksum for a DShot packet
|
||||
|
|
|
|||
Loading…
Reference in New Issue