summaryrefslogtreecommitdiff
path: root/firmware/target/sh/archos/player/lcd-as-player.S
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2008-05-05 10:32:46 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2008-05-05 10:32:46 +0000
commit357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8 (patch)
tree29035132e1313259010b945c7e37595939d369d9 /firmware/target/sh/archos/player/lcd-as-player.S
parentef5fa8eaf541a19ccf953051f119e4f56cf3c445 (diff)
downloadrockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.tar.gz
rockbox-357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8.zip
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17369 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/sh/archos/player/lcd-as-player.S')
-rw-r--r--firmware/target/sh/archos/player/lcd-as-player.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/sh/archos/player/lcd-as-player.S b/firmware/target/sh/archos/player/lcd-as-player.S
index 6c19e1ab2f..3a80782735 100644
--- a/firmware/target/sh/archos/player/lcd-as-player.S
+++ b/firmware/target/sh/archos/player/lcd-as-player.S
@@ -8,7 +8,7 @@
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2004 by Jens Arnold 10 * Copyright (C) 2004 by Jens Arnold
11 * Based on the work of Alan Korr and Jörg Hohensohn 11 * Based on the work of Alan Korr and Jörg Hohensohn
12 * 12 *
13 * All files in this archive are subject to the GNU General Public License. 13 * All files in this archive are subject to the GNU General Public License.
14 * See the file COPYING in the source tree root for full license agreement. 14 * See the file COPYING in the source tree root for full license agreement.
@@ -167,7 +167,7 @@ _lcd_write_data:
167 167
168 /* This code will fail if an interrupt changes the contents of PBDRL. 168 /* This code will fail if an interrupt changes the contents of PBDRL.
169 * If so, we must disable the interrupt here. If disabling interrupts 169 * If so, we must disable the interrupt here. If disabling interrupts
170 * for a long time (~9200 clks = ~830 µs for transferring 112 bytes on 170 * for a long time (~9200 clks = ~830 µs for transferring 112 bytes on
171 * recorders)is undesirable, the loop has to be rewritten to 171 * recorders)is undesirable, the loop has to be rewritten to
172 * disable/precalculate/transfer/enable for each iteration. However, 172 * disable/precalculate/transfer/enable for each iteration. However,
173 * this would significantly decrease performance. */ 173 * this would significantly decrease performance. */