1
0
Fork 0
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:
Martin Budden 2016-06-23 11:04:38 +01:00
parent 23e2fd55c2
commit 3ca385d92e
13 changed files with 57 additions and 132 deletions

View file

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