aboutsummaryrefslogtreecommitdiff
path: root/parse-to-h.pl
diff options
context:
space:
mode:
Diffstat (limited to 'parse-to-h.pl')
-rwxr-xr-xparse-to-h.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse-to-h.pl b/parse-to-h.pl
index 5e9f36d..2176348 100755
--- a/parse-to-h.pl
+++ b/parse-to-h.pl
@@ -19,7 +19,7 @@ for ($i = 0; $i < 368; $i++) {
}
close(DATAFILE);
-print("float impulses\[368\]\[2\]\[128\] = {\n");
+print("t_float impulses\[368\]\[2\]\[128\] = {\n");
for ($i = 0; $i < 368; $i++) {
# print("/*$comment[$i]*/\n");
# print("float $arrayname[$i]\[2\]\[128\] = {\n{");