summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.h b/main.h
index 2ae09fc..7d87f99 100644
--- a/main.h
+++ b/main.h
@@ -1,6 +1,10 @@
1#pragma once 1#pragma once
2#include <stdint.h> 2#include <stdint.h>
3 3
4#ifdef ARDUINO
5#define NO_DISPLAY
6#endif
7
4uint32_t now(); // get monotonic time in ms 8uint32_t now(); // get monotonic time in ms
5 9
6extern int g_width; 10extern int g_width;