summaryrefslogtreecommitdiff
path: root/firmware/export/config-logikdax.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-logikdax.h')
-rw-r--r--firmware/export/config-logikdax.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/config-logikdax.h b/firmware/export/config-logikdax.h
index d31f0ba415..0a2925128a 100644
--- a/firmware/export/config-logikdax.h
+++ b/firmware/export/config-logikdax.h
@@ -4,7 +4,7 @@
4#define TARGET_TREE /* this target is using the target tree system */ 4#define TARGET_TREE /* this target is using the target tree system */
5 5
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 27 7#define MODEL_NUMBER 33
8 8
9#define MODEL_NAME "Logik DAX MP3/DAB" 9#define MODEL_NAME "Logik DAX MP3/DAB"
10 10
@@ -94,6 +94,8 @@
94/* Define this if you have ATA power-off control */ 94/* Define this if you have ATA power-off control */
95#define HAVE_ATA_POWER_OFF 95#define HAVE_ATA_POWER_OFF
96 96
97#define HAVE_FAT16SUPPORT
98
97/* Define this to the CPU frequency */ 99/* Define this to the CPU frequency */
98#define CPU_FREQ 120000000 100#define CPU_FREQ 120000000
99 101