summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondavx747.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ondavx747.h')
-rw-r--r--firmware/export/config-ondavx747.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index dee18663d1..c4fc39bfc0 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -140,9 +140,7 @@
140#define HAVE_SW_TONE_CONTROLS 140#define HAVE_SW_TONE_CONTROLS
141 141
142/* has no volume control, so we use the software ones */ 142/* has no volume control, so we use the software ones */
143#ifndef SIMULATOR
144#define HAVE_SW_VOLUME_CONTROL 143#define HAVE_SW_VOLUME_CONTROL
145#endif
146 144
147/* software controlled volume ranges from -73 -> 0 dB, other than that 145/* software controlled volume ranges from -73 -> 0 dB, other than that
148 is controlled by hardware */ 146 is controlled by hardware */
@@ -169,8 +167,6 @@
169 167
170#define CFG_EXTAL 12000000 /* EXT clock: 12 Mhz */ 168#define CFG_EXTAL 12000000 /* EXT clock: 12 Mhz */
171 169
172#ifndef SIMULATOR
173
174#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD) 170#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
175#define NUM_DRIVES 2 171#define NUM_DRIVES 2
176 172
@@ -217,4 +213,3 @@
217#define USB_VENDOR_ID 0x07C4 213#define USB_VENDOR_ID 0x07C4
218#define USB_PRODUCT_ID 0xA4A5 214#define USB_PRODUCT_ID 0xA4A5
219 215
220#endif