summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index efd99569b6..7002b2a3c5 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1281,6 +1281,10 @@ Lyre prototype 1 */
1281#endif /* SIMULATOR */ 1281#endif /* SIMULATOR */
1282#endif /* default SDL SW volume conditions */ 1282#endif /* default SDL SW volume conditions */
1283 1283
1284#if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_SCREENDUMP)
1285# define HAVE_SCREENDUMP
1286#endif
1287
1284/* null audiohw setting macro for when codec header is included for reasons 1288/* null audiohw setting macro for when codec header is included for reasons
1285 other than audio support */ 1289 other than audio support */
1286#define AUDIOHW_SETTING(name, us, nd, st, minv, maxv, defv, expr...) 1290#define AUDIOHW_SETTING(name, us, nd, st, minv, maxv, defv, expr...)