mirror of
https://github.com/synthetos/g2.git
synced 2026-08-18 17:08:38 +08:00
Get rid of lots of pointless casts.
This commit is contained in:
+1
-1
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user