1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

remove warning about default signal definition

This commit is contained in:
Steffen Vogel 2019-03-26 07:11:03 +01:00
parent 5580f63b8e
commit fb8b3c54fe

View file

@ -144,8 +144,6 @@ int node_direction_parse(struct node_direction *nd, struct node *n, json_t *cfg)
"type", &type_str
);
}
else
warning("No signal definition found for node %s. Using the default config of 64 floating point signals.", node_name(n));
int type = signal_type_from_str(type_str);
if (type < 0)