From 93bf62580a68533dc8252b9a2a055c02f34ecb67 Mon Sep 17 00:00:00 2001
From: Christian Cunningham <cc@localhost>
Date: Thu, 24 Mar 2022 09:38:08 -0700
Subject: Modularized

---
 include/usr/main.h | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'include/usr')

diff --git a/include/usr/main.h b/include/usr/main.h
index 9d0b76b..5fd29f9 100644
--- a/include/usr/main.h
+++ b/include/usr/main.h
@@ -1,6 +1,12 @@
 #ifndef USR_MAIN_H
 #define USR_MAIN_H
 
+#ifdef RPI_BUILD
+	#define USR_TIME 40
+#else
+	#define USR_TIME 2000
+#endif
+
 void main(void);
 
 #endif
-- 
cgit v1.2.1