diff options
-rw-r--r-- | firmware/export/config/creativezenv.h | 2 | ||||
-rwxr-xr-x | tools/configure | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/creativezenv.h b/firmware/export/config/creativezenv.h index e1758488ec..9426cc0c4d 100644 --- a/firmware/export/config/creativezenv.h +++ b/firmware/export/config/creativezenv.h @@ -6,7 +6,7 @@ #define IMX233_PARTITIONS IMX233_CREATIVE /* For Rolo and boot loader */ -#define MODEL_NUMBER 85 +#define MODEL_NUMBER 92 #define MODEL_NAME "Creative ZEN V" #define HW_SAMPR_CAPS SAMPR_CAP_ALL diff --git a/tools/configure b/tools/configure index 08b0e252b0..cbacbe9e89 100755 --- a/tools/configure +++ b/tools/configure @@ -2289,7 +2289,7 @@ fi ;; 95|creativezenv) - target_id=85 + target_id=92 modelname="creativezenv" target="CREATIVE_ZENV" memory=32 |