summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodnano.h')
-rw-r--r--firmware/export/config-ipodnano.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index 3423079be0..99eb67b5bf 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -38,6 +38,9 @@
38/* Define this if you have the WM8975 audio codec */ 38/* Define this if you have the WM8975 audio codec */
39#define HAVE_WM8975 39#define HAVE_WM8975
40 40
41/* Define this for LCD backlight available */
42#define CONFIG_BACKLIGHT BL_IPODNANO /* port controlled */
43
41#ifndef SIMULATOR 44#ifndef SIMULATOR
42 45
43/* The Nano actually has a PP5021 - but it's register compatible with 46/* The Nano actually has a PP5021 - but it's register compatible with
@@ -62,9 +65,6 @@
62/* The start address index for ROM builds */ 65/* The start address index for ROM builds */
63#define ROM_START 0x00000000 66#define ROM_START 0x00000000
64 67
65/* Define this for LCD backlight available */
66#define CONFIG_BACKLIGHT BL_IPODNANO /* port controlled */
67
68/* Define this to the CPU frequency */ 68/* Define this to the CPU frequency */
69#define CPU_FREQ 11289600 69#define CPU_FREQ 11289600
70 70