diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-06-22 10:52:39 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-06-22 10:52:39 +0000 |
commit | fafd2093e3ddaaabeb1a65e8a27e4a749f5edd15 (patch) | |
tree | 5c4e912fbc96588b485ea7eade04f4dd45ef1b1f /firmware/export/led.h | |
parent | 5c8a2f5835f0980f7d1646c6c9288235b7e3499b (diff) |
Patch #881887 by Gerald Vanbaren. The red LED is now ON when recording and blinking when waiting to record (and when paused).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4790 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/led.h')
-rw-r--r-- | firmware/export/led.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/led.h b/firmware/export/led.h index 9b2552f738..cc035b9345 100644 --- a/firmware/export/led.h +++ b/firmware/export/led.h @@ -23,5 +23,6 @@ #include <stdbool.h> extern void led( bool on ); +extern void invert_led( bool on ); #endif |