diff --git a/include/globals.h b/include/globals.h index b6479048..b7259ffd 100644 --- a/include/globals.h +++ b/include/globals.h @@ -1,6 +1,5 @@ #ifndef _GLOBALS_H #define _GLOBALS_H -#endif // The mother of all embedded development... #include @@ -47,6 +46,7 @@ for (;;) \ ; \ } +#endif #define _seconds() millis() / 1000.0 @@ -118,4 +118,4 @@ extern std::array beacons; extern char clientId[20]; // unique clientID -#endif +#endif \ No newline at end of file