mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
added log init to signal generator
This commit is contained in:
parent
79b35dafdf
commit
fd525e5701
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ int main(int argc, char *argv[])
|
|||
int values = 1;
|
||||
int limit = -1;
|
||||
int counter;
|
||||
|
||||
log_init();
|
||||
|
||||
if (argc < 2) {
|
||||
usage(argv[0]);
|
||||
|
|
Loading…
Add table
Reference in a new issue