summaryrefslogtreecommitdiff
path: root/firmware/export/x1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/x1000.h')
-rw-r--r--firmware/export/x1000.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/x1000.h b/firmware/export/x1000.h
index de3d394c02..8384b214ed 100644
--- a/firmware/export/x1000.h
+++ b/firmware/export/x1000.h
@@ -57,6 +57,9 @@
57#define X1000_STACKSIZE 0x1e00 57#define X1000_STACKSIZE 0x1e00
58#define X1000_IRQSTACKSIZE 0x300 58#define X1000_IRQSTACKSIZE 0x300
59 59
60/* Standard DRAM base address for backward compatibility */
61#define X1000_STANDARD_DRAM_BASE 0x80004000
62
60/* Required for pcm_rec_dma_get_peak_buffer(), doesn't do anything 63/* Required for pcm_rec_dma_get_peak_buffer(), doesn't do anything
61 * except on targets with recording. */ 64 * except on targets with recording. */
62#define HAVE_PCM_DMA_ADDRESS 65#define HAVE_PCM_DMA_ADDRESS