globals.h: fix improper placed #endif
This commit is contained in:
parent
f3a70c16c8
commit
c9b0990203
@ -1,6 +1,5 @@
|
|||||||
#ifndef _GLOBALS_H
|
#ifndef _GLOBALS_H
|
||||||
#define _GLOBALS_H
|
#define _GLOBALS_H
|
||||||
#endif
|
|
||||||
|
|
||||||
// The mother of all embedded development...
|
// The mother of all embedded development...
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
@ -47,6 +46,7 @@
|
|||||||
for (;;) \
|
for (;;) \
|
||||||
; \
|
; \
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#define _seconds() millis() / 1000.0
|
#define _seconds() millis() / 1000.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user