summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0b37c59)
raw | patch | inline | side by side (parent: 0b37c59)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 4 Mar 2016 20:11:21 +0000 (21:11 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Fri, 4 Mar 2016 20:11:21 +0000 (21:11 +0100) |
src/ted.c | patch | blob | history |
diff --git a/src/ted.c b/src/ted.c
index e76b3c9234f70878bf465ada946d6605642fdc86..37ab85dd02e863834e054c167e22ad92ee0240d6 100644 (file)
--- a/src/ted.c
+++ b/src/ted.c
return (0);
} /* int ted_open_device */
-static void ted_submit (char *type, double value)
+static void ted_submit (const char *type, double value)
{
value_t values[1];
value_list_t vl = VALUE_LIST_INIT;