diff --git a/sw/logalizer/openlog2tlm.c b/sw/logalizer/openlog2tlm.c index 9160b82bbf..f9ccce0878 100755 --- a/sw/logalizer/openlog2tlm.c +++ b/sw/logalizer/openlog2tlm.c @@ -1,7 +1,7 @@ /* * $Id$ * - * Log player + * Converter for OpenLog logfiles to TLM * * Copyright (C) 2011 Christoph Niemann * @@ -34,7 +34,7 @@ #include //define the message id for the OPENLOG_TIMESTAMP message (default is 59) -#define MSG_NUMBER 59 +#define MSG_NUMBER 129 int main(int argc, char *argv[]) { FILE *in,*out;