summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/common/stubs.c6
1 files changed, 6 insertions, 0 deletions
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)
194 DEBUGF("write %x to address %x\n", value, address); 194 DEBUGF("write %x to address %x\n", value, address);
195 return 0; 195 return 0;
196} 196}
197
198bool oscillograph(void)
199{
200 /* does nothing */
201 return false;
202}