From 6d5b54081a9420456fa47e103d13472f9285faf7 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 2 Oct 2008 18:08:41 +0000 Subject: Change the MODEL_NUMBER for various new ports so that it is unique again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18684 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-logikdax.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'firmware/export/config-logikdax.h') 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 @@ #define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ -#define MODEL_NUMBER 27 +#define MODEL_NUMBER 33 #define MODEL_NAME "Logik DAX MP3/DAB" @@ -94,6 +94,8 @@ /* Define this if you have ATA power-off control */ #define HAVE_ATA_POWER_OFF +#define HAVE_FAT16SUPPORT + /* Define this to the CPU frequency */ #define CPU_FREQ 120000000 -- cgit v1.2.3