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:
parent
54d7e350b4
commit
55a1876319
15 changed files with 44 additions and 43 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue