summaryrefslogtreecommitdiff
path: root/firmware/export/config/mrobe100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/mrobe100.h')
-rw-r--r--firmware/export/config/mrobe100.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/mrobe100.h b/firmware/export/config/mrobe100.h
index 6222ff9e33..8c707b54b3 100644
--- a/firmware/export/config/mrobe100.h
+++ b/firmware/export/config/mrobe100.h
@@ -11,6 +11,9 @@
11/* define this if you use an ATA controller */ 11/* define this if you use an ATA controller */
12#define CONFIG_STORAGE STORAGE_ATA 12#define CONFIG_STORAGE STORAGE_ATA
13 13
14/*define this if the ATA controller and method of USB access support LBA48 */
15#define HAVE_LBA48
16
14/* define this if you have a bitmap LCD display */ 17/* define this if you have a bitmap LCD display */
15#define HAVE_LCD_BITMAP 18#define HAVE_LCD_BITMAP
16 19