mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 17:55:30 +03:00
Updating comment in mixer.c
This commit is contained in:
parent
4d1060f87b
commit
26bb86898e
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ static const motorMixer_t mixerDualcopter[] = {
|
||||||
{ 1.0f, 0.0f, 0.0f, 1.0f }, // RIGHT
|
{ 1.0f, 0.0f, 0.0f, 1.0f }, // RIGHT
|
||||||
};
|
};
|
||||||
|
|
||||||
// Keep this synced with MultiType struct in mw.h!
|
// Keep synced with mixerMode_e
|
||||||
const mixer_t mixers[] = {
|
const mixer_t mixers[] = {
|
||||||
// Mo Se Mixtable
|
// Mo Se Mixtable
|
||||||
{ 0, 0, NULL }, // entry 0
|
{ 0, 0, NULL }, // entry 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue