summaryrefslogtreecommitdiffstats
path: root/FFT_Test/config.hch
diff options
context:
space:
mode:
Diffstat (limited to 'FFT_Test/config.hch')
-rw-r--r--FFT_Test/config.hch7
1 files changed, 5 insertions, 2 deletions
diff --git a/FFT_Test/config.hch b/FFT_Test/config.hch
index 99755a1..75f20ad 100644
--- a/FFT_Test/config.hch
+++ b/FFT_Test/config.hch
@@ -3,8 +3,11 @@
#define NUMBER_OF_POINTS (1<<NUMBER_OF_COLUMNS)
#define NUMBER_OF_FREQUENCIES (NUMBER_OF_POINTS>>1)
-#define DC_COMPONENT 8470527
-#define DC_COMPONENT_HARDWARE 131072
+#if HARDWARE_MULTIPLY
+#define DC_COMPONENT 131072
+#else
+#define DC_COMPONENT 8470527
+#endif
sema eq_RAM_sema;
unsigned 1 display_log;