summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2011-02-08 21:42:19 +0000
committerMarianne Arnold <pixelma@rockbox.org>2011-02-08 21:42:19 +0000
commit0efaee4c2d20efc34571e18c7a5bd395dd2d2830 (patch)
treec407eb9e44ca0e82d89d8bde38fcf401e161afaf
parent7d4f3a78613e7e41c1b16b882007d54f0119edea (diff)
downloadrockbox-0efaee4c2d20efc34571e18c7a5bd395dd2d2830.tar.gz
rockbox-0efaee4c2d20efc34571e18c7a5bd395dd2d2830.zip
Correct typo in the Philipps SA9200 config file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29254 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/gogearsa9200.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/gogearsa9200.h b/firmware/export/config/gogearsa9200.h
index 23561e1b08..b91430e6de 100644
--- a/firmware/export/config/gogearsa9200.h
+++ b/firmware/export/config/gogearsa9200.h
@@ -5,7 +5,7 @@
5 5
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 34 7#define MODEL_NUMBER 34
8#define MODEL_NAME "Philips GoGear SA200" 8#define MODEL_NAME "Philips GoGear SA9200"
9 9
10#define HW_SAMPR_CAPS (SAMPR_CAP_44) 10#define HW_SAMPR_CAPS (SAMPR_CAP_44)
11 11