Get rid of lots of pointless casts.

This commit is contained in:
Ben Laurie
2018-03-04 20:50:41 +00:00
parent bd8aa14e9d
commit b7ff8a524c
2 changed files with 872 additions and 872 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ typedef struct cfgItem {
fptrPrint print; // print binding: aka void (*print)(nvObj_t *nv);
fptrCmd get; // GET binding aka uint8_t (*get)(nvObj_t *nv)
fptrCmd set; // SET binding aka uint8_t (*set)(nvObj_t *nv)
float *target; // target for writing config value
void *target; // target for writing config value
float def_value; // default value for config item
} cfgItem_t;
+871 -871
View File
File diff suppressed because it is too large Load Diff