mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
signal: fix type string in file header
This commit is contained in:
parent
3ccbfea489
commit
0bdf8192e8
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ check: if (optarg == endptr)
|
|||
|
||||
/* Print header */
|
||||
printf("# VILLASnode signal params: type=%s, values=%u, rate=%f, limit=%d, amplitude=%f, freq=%f\n",
|
||||
argv[1], values, rate, limit, ampl, freq);
|
||||
typestr, values, rate, limit, ampl, freq);
|
||||
printf("# %-20s\t\t%s\n", "sec.nsec(seq)", "data[]");
|
||||
|
||||
/* Setup timer */
|
||||
|
|
Loading…
Add table
Reference in a new issue