aboutsummaryrefslogtreecommitdiff
path: root/include/options.h
diff options
context:
space:
mode:
authorpk33 <pk33@pk33.space>2024-11-11 18:06:18 +0100
committerpk33 <pk33@pk33.space>2024-11-11 18:06:18 +0100
commit5a54774474f43ae29716751d6415563a59b92c7d (patch)
tree151e865845b09b85992d8be20d8cc771d4110448 /include/options.h
parent146a683b8d8315ef15dc1c9286f0983834f48d88 (diff)
downloadengine33-5a54774474f43ae29716751d6415563a59b92c7d.tar.gz
tidying up and basic input
Diffstat (limited to 'include/options.h')
-rw-r--r--include/options.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/options.h b/include/options.h
deleted file mode 100644
index 418a296..0000000
--- a/include/options.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __OPTIONS_H__
-#define __OPTIONS_H__
-
-
-#define LOG_PATH "/dev/tty3"
-
-#define DRM_DEVICE "/dev/dri/card0"
-#define DRM_MODE "1024x768"
-#define DRM_RATE 75
-
-
-#endif /* __OPTIONS_H */