summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-12-22 06:19:05 +0000
committerJens Arnold <amiconn@rockbox.org>2004-12-22 06:19:05 +0000
commit42eef5b743a95a580da0b492255a997847569409 (patch)
tree54182ef8672e6d02534f891eac83a5a43ce9c526
parent3bf321ff1c515da30357f830c435f3cb1c8d899e (diff)
downloadrockbox-42eef5b743a95a580da0b492255a997847569409.tar.gz
rockbox-42eef5b743a95a580da0b492255a997847569409.zip
Removed duplicate instruction
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5503 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/drivers/mas.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/drivers/mas.c b/firmware/drivers/mas.c
index 95697a79e9..891ceff18d 100644
--- a/firmware/drivers/mas.c
+++ b/firmware/drivers/mas.c
@@ -271,7 +271,6 @@ void mas_reset(void)
271 or_b(0x01, &PAIORH); 271 or_b(0x01, &PAIORH);
272 272
273#if CONFIG_HWCODEC == MAS3507D 273#if CONFIG_HWCODEC == MAS3507D
274 or_b(0x01, &PAIORH);
275 and_b(~0x01, &PADRH); 274 and_b(~0x01, &PADRH);
276 sleep(HZ/100); 275 sleep(HZ/100);
277 or_b(0x01, &PADRH); 276 or_b(0x01, &PADRH);