From 678d662f74676c3d6b28bef7f0717fc356672d52 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 12 Sep 2006 14:37:22 +0000 Subject: Fixed the x5 sim build error I hope. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10933 a1c6a512-1295-4272-9138-f99709370657 --- firmware/powermgmt.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/powermgmt.c') diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c index 6a52beb272..8f832964b5 100644 --- a/firmware/powermgmt.c +++ b/firmware/powermgmt.c @@ -60,8 +60,10 @@ #endif #ifdef IAUDIO_X5 +#ifndef SIMULATOR extern void pcf50606_reset_timeout(void); #endif +#endif /* * Define DEBUG_FILE to create a csv (spreadsheet) with battery information @@ -1016,9 +1018,11 @@ void cancel_shutdown(void) logf("sys_cancel_shutdown()"); #ifdef IAUDIO_X5 +#ifndef SIMULATOR /* TODO: Move some things to target/ tree */ if (shutdown_timeout) pcf50606_reset_timeout(); +#endif #endif shutdown_timeout = 0; -- cgit v1.2.3