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:
parent
5580f63b8e
commit
fb8b3c54fe
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue