From fafd2093e3ddaaabeb1a65e8a27e4a749f5edd15 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 22 Jun 2004 10:52:39 +0000 Subject: 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 --- firmware/export/led.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export') 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 extern void led( bool on ); +extern void invert_led( bool on ); #endif -- cgit v1.2.3