summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-player.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 0b75f6eefa..5a8f080669 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -19,6 +19,13 @@
19/* Define this if you have a DAC3550A */ 19/* Define this if you have a DAC3550A */
20#define HAVE_DAC3550A 20#define HAVE_DAC3550A
21 21
22/* Define this if you need to power on ATA */
23#define NEEDS_ATA_POWER_ON
24
25/* Define this if you control ata power player style
26 (with PB4, new player only) */
27#define ATA_POWER_PLAYERSTYLE
28
22/* Define this to the CPU frequency */ 29/* Define this to the CPU frequency */
23#define CPU_FREQ 12000000 /* cycle time ~83.3ns */ 30#define CPU_FREQ 12000000 /* cycle time ~83.3ns */
24 31