diff options
| -rw-r--r-- | firmware/export/config-h100.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index f6e3b78..6d19b44 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -10,9 +10,6 @@ /* For Rolo and boot loader */ #define MODEL_NUMBER 1 -/* define this if you have recording possibility */ -#define HAVE_RECORDING 1 - /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP 1 @@ -71,6 +68,9 @@ #define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */ +/* define this if you have recording possibility */ +#define HAVE_RECORDING 1 + /* Define this if the platform can charge batteries */ #define HAVE_CHARGING 1 |