summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2005-02-19 14:44:31 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2005-02-19 14:44:31 +0000
commit2e429ff76221e2d39a35d8875c6a3add76191519 (patch)
treebd4c36cd027d12501f0bd8970a580d6eac914f62 /firmware/export
parent9828f08d9b01af15a2d4d9e73e82e04fd0d1225b (diff)
downloadrockbox-2e429ff76221e2d39a35d8875c6a3add76191519.tar.gz
rockbox-2e429ff76221e2d39a35d8875c6a3add76191519.zip
a bit nicer: delay of the disk activity indicator is supplied by app layer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6019 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/led.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/led.h b/firmware/export/led.h
index d7322e465b..052da2633b 100644
--- a/firmware/export/led.h
+++ b/firmware/export/led.h
@@ -25,7 +25,7 @@
25extern void led( bool on ); 25extern void led( bool on );
26extern void invert_led( bool on ); 26extern void invert_led( bool on );
27#ifndef HAVE_LED 27#ifndef HAVE_LED
28extern bool led_read(void); /* read for status bar */ 28extern bool led_read(int delayticks); /* read for status bar */
29#endif 29#endif
30 30
31#endif 31#endif