summaryrefslogtreecommitdiffstats
path: root/firmware/export/config-mrobe500.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-mrobe500.h')
-rw-r--r--firmware/export/config-mrobe500.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index c8c14acfb0..3b1f7896f5 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -54,10 +54,10 @@
#define CONFIG_LCD LCD_MROBE500
/* choose the lcd orientation. both work */
-/* #define CONFIG_ORIENTATION SCREEN_PORTAIT */
+/* #define CONFIG_ORIENTATION SCREEN_PORTRAIT */
#define CONFIG_ORIENTATION SCREEN_LANDSCAPE
-#if CONFIG_ORIENTATION == SCREEN_PORTAIT
+#if CONFIG_ORIENTATION == SCREEN_PORTRAIT
#define LCD_WIDTH 480
#define LCD_HEIGHT 640
#else