diff options
Diffstat (limited to 'firmware/export/config-h10_5gb.h')
-rw-r--r-- | firmware/export/config-h10_5gb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h index 56a61c8be5..29f0e55b6b 100644 --- a/firmware/export/config-h10_5gb.h +++ b/firmware/export/config-h10_5gb.h @@ -83,6 +83,10 @@ #define CONFIG_TUNER TEA5767 #define CONFIG_TUNER_XTAL 32768 +/* define this if you have a disk storage, i.e. something + that needs spinups and can cause skips when shaked */ +#define HAVE_DISK_STORAGE + /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT |