ifdef changed to ifndef in config files

This commit is contained in:
PavelSindler 2017-10-30 10:13:23 +01:00
parent c1ed9e1466
commit 5cea6aee37
4 changed files with 4 additions and 4 deletions

View File

@ -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
#ifdef SNMM
#ifndef SNMM
#define SUPPORT_VERBOSITY
#endif

View File

@ -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
#ifdef SNMM
#ifndef SNMM
#define SUPPORT_VERBOSITY
#endif

View File

@ -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
#ifdef SNMM
#ifndef SNMM
#define SUPPORT_VERBOSITY
#endif

View File

@ -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
#ifdef SNMM
#ifndef SNMM
#define SUPPORT_VERBOSITY
#endif