summaryrefslogtreecommitdiff
path: root/utils/loc_cfg.h
diff options
context:
space:
mode:
authorYingjie Wang <yingjiewang@codeaurora.org>2017-06-29 14:17:00 +0800
committerYingjie Wang <yingjiewang@codeaurora.org>2017-06-29 14:17:00 +0800
commit226e404a8c254f656753efc0c2cf5c639504f13b (patch)
tree5f2a69b50b477935c88593dea9e474b401cec614 /utils/loc_cfg.h
parent876db406414d985d41d582f1ec4ad97b7c5a8313 (diff)
downloadgps-226e404a8c254f656753efc0c2cf5c639504f13b.tar.gz
Correct the comment for loc_param_s_type struct
Change the comment for param_type member of loc_param_s_type struct: 'f' for float --> 'f' for double Change-Id: Ibf9c6bec624bd3900c4b96100c359ed7350becc6 CRs-fixed: 2068995
Diffstat (limited to 'utils/loc_cfg.h')
-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;
/*=============================================================================