Skip to content

Commit

Permalink
Fixed length of timestamp field.
Browse files Browse the repository at this point in the history
  • Loading branch information
nschurando committed Feb 17, 2024
1 parent e040787 commit c86ef94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tic_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/* Config */
#define TIC_PARSER_DATASET_NAME_LENGTH_MAX 8
#define TIC_PARSER_DATASET_TIME_LENGTH_MAX 7
#define TIC_PARSER_DATASET_TIME_LENGTH_MAX 13
#define TIC_PARSER_DATASET_DATA_LENGTH_MAX 98
#define TIC_PARSER_DATASET_CHECKSUM_LENGTH_MAX 1

Expand Down

0 comments on commit c86ef94

Please sign in to comment.