diff options
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r-- | firmware/export/config-h120.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h index a95698de69..0c8eec031e 100644 --- a/firmware/export/config-h120.h +++ b/firmware/export/config-h120.h @@ -58,6 +58,9 @@ #define HAVE_UDA1380 +/* define this if you have recording possibility */ +#define HAVE_RECORDING 1 + #ifndef SIMULATOR /* Define this if you have a Motorola SCF5249 */ @@ -70,9 +73,6 @@ #define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */ -/* define this if you have recording possibility */ -#define HAVE_RECORDING 1 - /* Define if we have a hardware defect that causes ticking on the audio line */ #define HAVE_REMOTE_LCD_TICKING |