summaryrefslogtreecommitdiff
path: root/uisimulator/common/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r--uisimulator/common/stubs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index 2218c497f8..d1ec4ec6c2 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -250,10 +250,12 @@ bool charging_state(void)
250} 250}
251#endif /* CONFIG_CHARGING */ 251#endif /* CONFIG_CHARGING */
252 252
253#ifndef USB_NONE
253bool usb_inserted(void) 254bool usb_inserted(void)
254{ 255{
255 return false; 256 return false;
256} 257}
258#endif
257 259
258#ifdef HAVE_REMOTE_LCD_TICKING 260#ifdef HAVE_REMOTE_LCD_TICKING
259void lcd_remote_emireduce(bool state) 261void lcd_remote_emireduce(bool state)