diff options
Diffstat (limited to 'include/options.h')
-rw-r--r-- | include/options.h | 12 |
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 */ |