mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
coding style // refactor
This commit is contained in:
parent
69e2c991e3
commit
bd04f4d22b
2 changed files with 10 additions and 13 deletions
|
@ -886,7 +886,6 @@ const clivalue_t valueTable[] = {
|
|||
{ "blackbox_rate_denom", VAR_UINT8 | MASTER_VALUE, &masterConfig.blackbox_rate_denom, .config.minmax = { 1, 32 } },
|
||||
{ "blackbox_device", VAR_UINT8 | MASTER_VALUE | MODE_LOOKUP, &masterConfig.blackbox_device, .config.lookup = { TABLE_BLACKBOX_DEVICE } },
|
||||
{ "blackbox_on_motor_test", VAR_UINT8 | MASTER_VALUE | MODE_LOOKUP, &masterConfig.blackbox_on_motor_test, .config.lookup = { TABLE_OFF_ON } },
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef VTX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue