mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Tidied up sonar targets
This commit is contained in:
parent
23e2fd55c2
commit
3ca385d92e
13 changed files with 57 additions and 132 deletions
|
@ -77,7 +77,7 @@ typedef struct drv_pwm_config_s {
|
|||
uint16_t motorPwmRate;
|
||||
uint16_t idlePulse; // PWM value to use when initializing the driver. set this to either PULSE_1MS (regular pwm),
|
||||
// some higher value (used by 3d mode), or 0, for brushed pwm drivers.
|
||||
sonarIOConfig_t *sonarConfig;
|
||||
sonarIOConfig_t sonarConfig;
|
||||
} drv_pwm_config_t;
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue