chiark / gitweb /
hostside: more length for bavarian
[trains.git] / hostside / hidrawconv-hex.c
index e4dbf85c273e286a079fa96ce3404437c7a22a40..26191d9652fe9a31f6d5a5e21beb3fe45ec73032 100644 (file)
@@ -1,7 +1,6 @@
 #include "hidrawconv.h"
 
-static void pr(uint8_t msg[MAXREPORTLEN], int msglen,
-              const uint8_t last[MAXREPORTLEN]) {
+static void pr(const uint8_t *msg, int msglen, const uint8_t *last) {
   dumphex(stdout, msg, msglen);
   putchar('\n');
 }