diff options
| -rw-r--r-- | firmware/export/config-h100.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 6343ebd..343fc89 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -14,7 +14,7 @@ #ifndef SIMULATOR /* Define this if you have a Motorola SCF5249 */ -#define HAVE_SCF5249 +#define CONFIG_CPU MCF5249 /* Define this if the platform has batteries */ #define HAVE_BATTERIES 1 @@ -22,9 +22,6 @@ /* The start address index for ROM builds */ #define ROM_START 0x11010 -/* Define this for programmable LED available */ -#define HAVE_LED - /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT |