ifdef changed to ifndef in config files
This commit is contained in:
parent
c1ed9e1466
commit
5cea6aee37
|
|
@ -405,7 +405,7 @@ THERMISTORS SETTINGS
|
||||||
|
|
||||||
#define END_FILE_SECTION 10000 //number of bytes from end of file used for checking if file is complete
|
#define END_FILE_SECTION 10000 //number of bytes from end of file used for checking if file is complete
|
||||||
|
|
||||||
#ifdef SNMM
|
#ifndef SNMM
|
||||||
#define SUPPORT_VERBOSITY
|
#define SUPPORT_VERBOSITY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -407,7 +407,7 @@ THERMISTORS SETTINGS
|
||||||
|
|
||||||
#define END_FILE_SECTION 10000 //number of bytes from end of file used for checking if file is complete
|
#define END_FILE_SECTION 10000 //number of bytes from end of file used for checking if file is complete
|
||||||
|
|
||||||
#ifdef SNMM
|
#ifndef SNMM
|
||||||
#define SUPPORT_VERBOSITY
|
#define SUPPORT_VERBOSITY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -405,7 +405,7 @@ THERMISTORS SETTINGS
|
||||||
|
|
||||||
#define END_FILE_SECTION 10000 //number of bytes from end of file used for checking if file is complete
|
#define END_FILE_SECTION 10000 //number of bytes from end of file used for checking if file is complete
|
||||||
|
|
||||||
#ifdef SNMM
|
#ifndef SNMM
|
||||||
#define SUPPORT_VERBOSITY
|
#define SUPPORT_VERBOSITY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -407,7 +407,7 @@ THERMISTORS SETTINGS
|
||||||
|
|
||||||
#define END_FILE_SECTION 10000 //number of bytes from end of file used for checking if file is complete
|
#define END_FILE_SECTION 10000 //number of bytes from end of file used for checking if file is complete
|
||||||
|
|
||||||
#ifdef SNMM
|
#ifndef SNMM
|
||||||
#define SUPPORT_VERBOSITY
|
#define SUPPORT_VERBOSITY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue