formatting

This commit is contained in:
Proddy
2022-09-28 21:41:19 +02:00
parent 87887494a5
commit fe0a855618
4 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@
#ifdef ASYNCWEBSERVER_REGEX
#define ASYNCWEBSERVER_REGEX_ATTRIBUTE
#else
#define ASYNCWEBSERVER_REGEX_ATTRIBUTE __attribute__((warning("ASYNCWEBSERVER_REGEX not defined")))
#define ASYNCWEBSERVER_REGEX_ATTRIBUTE __attribute__(warning("ASYNCWEBSERVER_REGEX not defined"))
#endif
#define DEBUGF(...) //Serial.printf(__VA_ARGS__)