Skip to content

Commit

Permalink
Update ttconv.c
Browse files Browse the repository at this point in the history
  • Loading branch information
treysis committed May 7, 2020
1 parent d679cc5 commit cafd2cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ttconv.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* Conversion tool to convert faulty NMEA0183 $GPRMC sentences on TomTom devices with */
// AR1520 and GL1 GPS chipsets, which are affected by the GPS WNRO Event */
// */
// 2020, GPLv3, by treysis@gmx.net */

#include <stdio.h>
#include <string.h>
Expand Down Expand Up @@ -250,7 +252,7 @@ int main(int argc, char **argv)
int i = 0;
char str[100];

fprintf(stdout, "* TTconv-v11 date converter by treysis (treysis@gmx.net)\n");
fprintf(stdout, "* TTconv-v12 date converter by treysis (treysis@gmx.net)\n");

buffer_size=sizeof(unsigned char)*BUFFERSIZE;
/* open named pipes for reading and writing */
Expand Down

0 comments on commit cafd2cd

Please sign in to comment.