Canged default string length to 127, keeping strlen_t to int8_t
authoretisserant
Mon, 19 Jan 2009 08:28:04 +0100
changeset 168 225db59fe6fe
parent 167 ae423926bc84
child 169 bea932bc60b0
Canged default string length to 127, keeping strlen_t to int8_t
lib/iec_types.h
--- a/lib/iec_types.h	Mon Jan 19 08:27:30 2009 +0100
+++ b/lib/iec_types.h	Mon Jan 19 08:28:04 2009 +0100
@@ -48,7 +48,7 @@
 typedef struct timespec IEC_TOD;
 
 #ifndef STR_MAX_LEN
-#define STR_MAX_LEN 40
+#define STR_MAX_LEN 127
 #endif
 
 #ifndef STR_LEN_TYPE