mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
re-ordered based on review - requires co-ordination with configurator
This commit is contained in:
parent
61827e6fd0
commit
81da3040a2
3 changed files with 4 additions and 4 deletions
|
@ -334,7 +334,7 @@ static const char * const lookupTableSuperExpoYaw[] = {
|
|||
static const char * const lookupTablePwmProtocol[] = {
|
||||
"OFF", "ONESHOT125", "ONESHOT42", "MULTISHOT", "BRUSHED",
|
||||
#ifdef USE_DSHOT
|
||||
"DSHOT600", "DSHOT300", "DSHOT150", "DSHOT900", "DSHOT1200",
|
||||
"DSHOT1200", "DSHOT900", "DSHOT600", "DSHOT300", "DSHOT150",
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue