mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-19 22:35:19 +03:00
mixerMode removed
This commit is contained in:
parent
bea8bd2abb
commit
9df8e5cfea
13 changed files with 34 additions and 119 deletions
|
@ -18,6 +18,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "drivers/io_types.h"
|
||||
#include "flight/mixer.h"
|
||||
|
||||
#if defined(TARGET_MOTOR_COUNT)
|
||||
#define MAX_PWM_MOTORS TARGET_MOTOR_COUNT
|
||||
|
@ -43,12 +44,6 @@ typedef struct rangefinderIOConfig_s {
|
|||
ioTag_t echoTag;
|
||||
} rangefinderIOConfig_t;
|
||||
|
||||
typedef enum {
|
||||
PLATFORM_MULTIROTOR = 0,
|
||||
PLATFORM_AIRPLANE = 1,
|
||||
PLATFORM_HELICOPTER = 2
|
||||
} flyingPlatformType_e;
|
||||
|
||||
typedef struct drv_pwm_config_s {
|
||||
int flyingPlatformType;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue