1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Renamed additional io to tag, and fixed issue identified by @martinbudden

This commit is contained in:
blckmn 2016-06-23 18:13:38 +10:00
parent 54d7e350b4
commit 55a1876319
15 changed files with 44 additions and 43 deletions

View file

@ -43,8 +43,8 @@
#define ONESHOT125_TIMER_MHZ 8
typedef struct sonarIOConfig_s {
ioTag_t triggerPin;
ioTag_t echoPin;
ioTag_t triggerTag;
ioTag_t echoTag;
} sonarIOConfig_t;
typedef struct drv_pwm_config_s {