Introduce shared/defines.h to collect commonly used macros. For now
it defines min() / max() macros.
This commit is contained in:
+1
-1
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "shared/report.h"
|
||||
#include "shared/LL.h"
|
||||
#include "shared/defines.h"
|
||||
|
||||
#include "drivers.h"
|
||||
|
||||
@@ -40,7 +41,6 @@
|
||||
|
||||
#define BUFSIZE 1024 /* larger than display width => large enough */
|
||||
|
||||
|
||||
int heartbeat = HEARTBEAT_OPEN;
|
||||
static int heartbeat_fallback = HEARTBEAT_ON; /* If no heartbeat setting has been set at all */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user