diff options
-rw-r--r-- | firmware/export/config/hifimanhm801.h | 2 | ||||
-rwxr-xr-x | tools/configure | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/hifimanhm801.h b/firmware/export/config/hifimanhm801.h index d0e805d7c6..469c423a27 100644 --- a/firmware/export/config/hifimanhm801.h +++ b/firmware/export/config/hifimanhm801.h @@ -4,7 +4,7 @@ #define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ -#define MODEL_NUMBER 80 +#define MODEL_NUMBER 82 #define MODEL_NAME "HiFiMAN HM-801" diff --git a/tools/configure b/tools/configure index d715ef4100..8a622af7e7 100755 --- a/tools/configure +++ b/tools/configure @@ -3074,7 +3074,7 @@ fi ;; 191|hifimanhm801) - target_id=80 + target_id=82 modelname="hifimanhm801" target="-DHM801" memory=16 |