]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/mcsdk-tools.git/blobdiff - writer/eeprom/src/eepromwriter.c
updated the writers for SDOCM00083051
[keystone-rtos/mcsdk-tools.git] / writer / eeprom / src / eepromwriter.c
index 932340bc41717be024f2c51f2a5d51b5b8e0bf8a..e052e256faca0b0d8a83d249154e71e4bc6fb00b 100644 (file)
@@ -48,7 +48,8 @@
 #include "types.h"
 
 /* EEPROM writer utility version */
-char version[] = "01.00.00.03";
+char version[] = "01.00.00.04"; /* Updates for SDOCM00083051 fix*/
+
 
 /* The input file name is hard coded */
 char *input_file = "eepromwriter_input.txt";
@@ -330,7 +331,7 @@ parse_input_file
 )
 {
     char line[MAX_LINE_LENGTH];
-    char tokens[] = " :=;\n";
+    char tokens[] = " :=;\n\r";
     char *key, *data;
 
     memset(line, 0, MAX_LINE_LENGTH);