summaryrefslogtreecommitdiffstats
path: root/firmware/export/led.h
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/led.h
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/led.h')
-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 @@
extern void led( bool on );
extern void invert_led( bool on );
#ifndef HAVE_LED
-extern bool led_read(void); /* read for status bar */
+extern bool led_read(int delayticks); /* read for status bar */
#endif
#endif