From b3438e8b680a3c992e35ff0f5518863948da2797 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 15 Oct 2002 07:58:16 +0000 Subject: added a silly stub for oscillograph to remove an #ifdef in the actual code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2642 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/stubs.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 5a8c9435dd..741d4bc977 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -194,3 +194,9 @@ int rtc_write(int address, int value) DEBUGF("write %x to address %x\n", value, address); return 0; } + +bool oscillograph(void) +{ + /* does nothing */ + return false; +} -- cgit v1.2.3