Merge "Correct the comment for loc_param_s_type struct"
This commit is contained in:
commit
15ae65c5cc
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
/*=============================================================================
|
||||
|
|
Loading…
Reference in a new issue