globals.h: fix improper placed #endif

This commit is contained in:
cyberman54 2021-04-07 00:27:40 +02:00
parent f3a70c16c8
commit c9b0990203

View File

@ -1,6 +1,5 @@
#ifndef _GLOBALS_H
#define _GLOBALS_H
#endif
// The mother of all embedded development...
#include <Arduino.h>
@ -47,6 +46,7 @@
for (;;) \
; \
}
#endif
#define _seconds() millis() / 1000.0