Moved size defines to plat_compat

This commit is contained in:
2017-12-25 13:47:50 +01:00
parent 8ded459c68
commit bef9b83826
11 changed files with 90 additions and 55 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
#endif
// buffer sizes
#define INI_KEY_MAX 20
#define INI_VALUE_MAX 30
//#define INI_KEY_MAX 20
//#define INI_VALUE_MAX 30 // moved to plat_compat.h
/**
* INI parser callback, called for each found key-value pair.
+1 -1
View File
@@ -13,7 +13,7 @@
#define MAX(a,b) ((a)>(b)?(a):(b))
#endif
#define IWBUFFER_LEN 128
//#define IWBUFFER_LEN 128 // moved to plat_compat.h
// sprintf from varargs, allocating buffer on stack. Uses 'format' argument
#define IW_VPRINTF() do { \