summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/loc_cfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/loc_cfg.h b/utils/loc_cfg.h
index 9045e1d..0a0f100 100644
--- a/utils/loc_cfg.h
+++ b/utils/loc_cfg.h
@@ -56,10 +56,10 @@ typedef struct
{
const char *param_name;
void *param_ptr;
- uint8_t *param_set; /* was this value set by config file? */
+ uint8_t *param_set; /* indicate value set by config file */
char param_type; /* 'n' for number,
's' for string,
- 'f' for float */
+ 'f' for double */
} loc_param_s_type;
/*=============================================================================