Browse Source

not instead of == 0

rfm69
Lazar Obradovic 6 years ago
parent
commit
4d1d32a55e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/config/dependencies.h

+ 1
- 1
code/espurna/config/dependencies.h View File

@ -20,7 +20,7 @@
#define WEB_SUPPORT 1 // Chicken and egg :) #define WEB_SUPPORT 1 // Chicken and egg :)
#endif #endif
#if WEB_SUPPORT == 0
#if not WEB_SUPPORT
#undef SSDP_SUPPORT #undef SSDP_SUPPORT
#define SSDP_SUPPORT 0 // SSDP support requires web support #define SSDP_SUPPORT 0 // SSDP support requires web support
#endif #endif


Loading…
Cancel
Save