sanders: gps: switch to LA.UM.6.6.r1-04300-89xx.0 branch

This commit is contained in:
Vachounet
2017-11-22 20:38:49 +01:00
committed by therootlord
parent 3ffdc23017
commit 1f8198a460
162 changed files with 22237 additions and 11732 deletions

View File

@@ -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;
/*=============================================================================