summaryrefslogtreecommitdiff
path: root/firmware/export/config/android.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/android.h')
-rw-r--r--firmware/export/config/android.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/config/android.h b/firmware/export/config/android.h
index 8f91d21845..7d3355ef9d 100644
--- a/firmware/export/config/android.h
+++ b/firmware/export/config/android.h
@@ -4,6 +4,7 @@
4 4
5/* We don't run on hardware directly */ 5/* We don't run on hardware directly */
6#define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_ANDROID) 6#define CONFIG_PLATFORM (PLATFORM_HOSTED|PLATFORM_ANDROID)
7#define HAVE_FPU
7 8
8/* For Rolo and boot loader */ 9/* For Rolo and boot loader */
9#define MODEL_NUMBER 100 10#define MODEL_NUMBER 100
@@ -12,9 +13,6 @@
12 13
13#define USB_NONE 14#define USB_NONE
14 15
15
16
17
18/* define this if you have a colour LCD */ 16/* define this if you have a colour LCD */
19#define HAVE_LCD_COLOR 17#define HAVE_LCD_COLOR
20 18