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

Converted 'SKIP_' defines to 'USE_'.

This commit is contained in:
mikeller 2018-10-25 00:38:05 +13:00
parent 05f935d38e
commit a03f30efa0
13 changed files with 30 additions and 31 deletions

View file

@ -1064,7 +1064,7 @@ const clivalue_t valueTable[] = {
#endif
// PG_SYSTEM_CONFIG
#ifndef SKIP_TASK_STATISTICS
#if defined(USE_TASK_STATISTICS)
{ "task_statistics", VAR_INT8 | MASTER_VALUE | MODE_LOOKUP, .config.lookup = { TABLE_OFF_ON }, PG_SYSTEM_CONFIG, offsetof(systemConfig_t, task_statistics) },
#endif
{ "debug_mode", VAR_UINT8 | MASTER_VALUE | MODE_LOOKUP, .config.lookup = { TABLE_DEBUG }, PG_SYSTEM_CONFIG, offsetof(systemConfig_t, debug_mode) },