fixed lint errors in Eclipse
This commit is contained in:
parent
fde8f27f70
commit
2ac358ba24
3
ESP32/src/lint-helpers.h
Normal file
3
ESP32/src/lint-helpers.h
Normal file
@ -0,0 +1,3 @@
|
||||
#ifndef IRAM_ATTR
|
||||
#define IRAM_ATTR
|
||||
#endif
|
@ -18,7 +18,9 @@
|
||||
|
||||
#include <limits>
|
||||
|
||||
#define DUMMY_DATA 1
|
||||
#include "lint-helpers.h"
|
||||
|
||||
#define DUMMY_DATA 0
|
||||
|
||||
AsyncWebServer server(80);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user