From e6c6d22240696820643ca7c3561bb4172b5865f3 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 12 Sep 2005 10:34:27 +0000 Subject: Now panicf() shuts off the hard drive and lowers the CPU frequency, it also reboots if ON is pressed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7510 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export') diff --git a/firmware/export/system.h b/firmware/export/system.h index 1fc9b09632..58e6570d3a 100644 --- a/firmware/export/system.h +++ b/firmware/export/system.h @@ -36,6 +36,7 @@ void cpu_boost(bool on_off); void cpu_idle_mode(bool on_off); #else #define FREQ CPU_FREQ +#define set_cpu_frequency(frequency) #define cpu_boost(on_off) #define cpu_idle_mode(on_off) #endif -- cgit v1.2.3