mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
started merging in generic servo handler
git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@422 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
This commit is contained in:
parent
2272e1a5a6
commit
7c595e4110
4 changed files with 25 additions and 14 deletions
|
@ -130,13 +130,6 @@ const mixer_t mixers[] = {
|
|||
{ 0, 0, NULL }, // MULTITYPE_CUSTOM
|
||||
};
|
||||
|
||||
static const servoParam_t servoInit = {
|
||||
SERVO_NORMAL, // direction
|
||||
1500, // middle
|
||||
1020, // min
|
||||
2000, // max
|
||||
};
|
||||
|
||||
void mixerInit(void)
|
||||
{
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue