summaryrefslogtreecommitdiff
path: root/firmware/config-player.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/config-player.h')
-rw-r--r--firmware/config-player.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/config-player.h b/firmware/config-player.h
index 2068c94db4..f07a41aacc 100644
--- a/firmware/config-player.h
+++ b/firmware/config-player.h
@@ -9,3 +9,6 @@
9 9
10/* Define this if you have a DAC3550A */ 10/* Define this if you have a DAC3550A */
11#define HAVE_DAC3550A 11#define HAVE_DAC3550A
12
13/* Define this to the CPU frequency */
14#define CPU_FREQ 12000000 /* cycle time ~83.3ns */