mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
uldaq: another fix when parsing input range
This commit is contained in:
parent
ec33de7fa5
commit
793e2b1d89
1 changed files with 2 additions and 2 deletions
|
@ -229,8 +229,8 @@ int uldaq_parse(struct node *n, json_t *cfg)
|
|||
int channel = -1, input_mode, range;
|
||||
|
||||
ret = json_unpack_ex(json_signal, &err, 0, "{ s?: s, s?: s, s?: i }",
|
||||
"range", &range,
|
||||
"input_mode", &input_mode,
|
||||
"range", &range_str,
|
||||
"input_mode", &input_mode_str,
|
||||
"channel", &channel
|
||||
);
|
||||
if (ret)
|
||||
|
|
Loading…
Add table
Reference in a new issue