diff options
| author | Thomas Jarosch <tomj@simonv.com> | 2011-02-27 16:16:04 +0000 |
|---|---|---|
| committer | Thomas Jarosch <tomj@simonv.com> | 2011-02-27 16:16:04 +0000 |
| commit | 928aaf3cae16cfc47c4c028db87d029b41ffb4bc (patch) | |
| tree | c0090351d0700092be0237e08803898039274c6b | |
| parent | 2d5d304fe3acd8214f5dcc171ab6ad4b82c512cc (diff) | |
| download | rockbox-928aaf3cae16cfc47c4c028db87d029b41ffb4bc.zip rockbox-928aaf3cae16cfc47c4c028db87d029b41ffb4bc.tar.gz rockbox-928aaf3cae16cfc47c4c028db87d029b41ffb4bc.tar.bz2 rockbox-928aaf3cae16cfc47c4c028db87d029b41ffb4bc.tar.xz | |
Fix comment about LCD size
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29427 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config/nokian900.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/config/nokian900.h b/firmware/export/config/nokian900.h index a65dc72..72435b2 100644 --- a/firmware/export/config/nokian900.h +++ b/firmware/export/config/nokian900.h @@ -36,9 +36,7 @@ /* define this if you would like tagcache to build on this target */ #define HAVE_TAGCACHE -/* LCD dimensions - * - * overriden by configure for application builds */ +/* LCD dimensions */ #define LCD_WIDTH 800 #define LCD_HEIGHT 480 #define LCD_DEPTH 16 |