summaryrefslogtreecommitdiff
path: root/apps/plugins/video.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-12-15 08:54:05 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-12-15 08:54:05 +0000
commitc4e1bdf0163d2f04d4f8577050f8cc23638e9490 (patch)
tree553881861879560edf246e510b37b115c559cb3d /apps/plugins/video.c
parent5ad78889eb96e1db0eeea054824fb25c0b7303ce (diff)
downloadrockbox-c4e1bdf0163d2f04d4f8577050f8cc23638e9490.tar.gz
rockbox-c4e1bdf0163d2f04d4f8577050f8cc23638e9490.zip
Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video LED bug is now dead and buried.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4147 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/video.c')
-rw-r--r--apps/plugins/video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/video.c b/apps/plugins/video.c
index 617ada327c..292b61a69c 100644
--- a/apps/plugins/video.c
+++ b/apps/plugins/video.c
@@ -158,7 +158,6 @@ int main(char* filename)
158 } 158 }
159 159
160 rb->close(fd); 160 rb->close(fd);
161 and_b(~0x40, &PBDRL); /* hack workaround to get the LED off */
162 161
163 if (shown == SYS_USB_CONNECTED) /* exception */ 162 if (shown == SYS_USB_CONNECTED) /* exception */
164 return PLUGIN_USB_CONNECTED; 163 return PLUGIN_USB_CONNECTED;