From 12cd248233df5962e41df81d303ff36510b56306 Mon Sep 17 00:00:00 2001 From: Maciej Bunia Date: Tue, 30 Apr 2019 13:56:12 +0200 Subject: [PATCH] add comment --- src/main/cli/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cli/settings.c b/src/main/cli/settings.c index 20802d616f..7655f4aff2 100644 --- a/src/main/cli/settings.c +++ b/src/main/cli/settings.c @@ -1442,7 +1442,7 @@ const clivalue_t valueTable[] = { { "display_name", VAR_UINT8 | MASTER_VALUE | MODE_STRING, .config.string = { 1, MAX_NAME_LENGTH, STRING_FLAGS_NONE }, PG_PILOT_CONFIG, offsetof(pilotConfig_t, displayName) }, #endif -// +// PG_POSITION { "position_alt_source", VAR_INT8 | MASTER_VALUE | MODE_LOOKUP, .config.lookup = { TABLE_POSITION_ALT_SOURCE }, PG_POSITION, offsetof(positionConfig_t, altSource) }, };