1
0
Fork 0
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:
Steffen Vogel 2017-05-04 19:21:07 +02:00
parent 3ccbfea489
commit 0bdf8192e8

View file

@ -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 */