1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Re-ordered existing

This commit is contained in:
blckmn 2017-01-08 09:54:28 +11:00
parent b40dadff47
commit b3e28fcd86
2 changed files with 3 additions and 3 deletions

View file

@ -334,7 +334,7 @@ static const char * const lookupTableSuperExpoYaw[] = {
static const char * const lookupTablePwmProtocol[] = {
"OFF", "ONESHOT125", "ONESHOT42", "MULTISHOT", "BRUSHED",
#ifdef USE_DSHOT
"DSHOT150", "DSHOT300", "DSHOT600", /*"DSHOT900", "DSHOT1200",*/
"DSHOT600", "DSHOT300", "DSHOT150", /*"DSHOT900", "DSHOT1200",*/
#endif
};