summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorAndrew Ryabinin <ryabinin.a.a@gmail.com>2011-11-16 16:07:06 +0000
committerAndrew Ryabinin <ryabinin.a.a@gmail.com>2011-11-16 16:07:06 +0000
commitb6252abb2518cb97dda7c1fc197bc80a57f931c3 (patch)
treec71f84439977cc53d908287881ac76067b23efbf /firmware/export/config
parente8a8a1be43afe63079ae48ce1a9eb3052df3b1a4 (diff)
downloadrockbox-b6252abb2518cb97dda7c1fc197bc80a57f931c3.tar.gz
rockbox-b6252abb2518cb97dda7c1fc197bc80a57f931c3.zip
fix target id for HiFiMAN HM-801
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31001 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/hifimanhm801.h2
1 files changed, 1 insertions, 1 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 @@
4#define TARGET_TREE /* this target is using the target tree system */ 4#define TARGET_TREE /* this target is using the target tree system */
5 5
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 80 7#define MODEL_NUMBER 82
8 8
9#define MODEL_NAME "HiFiMAN HM-801" 9#define MODEL_NAME "HiFiMAN HM-801"
10 10