summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/screens.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/screens.c b/apps/screens.c
index dcc85ff..8879274 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -91,6 +91,7 @@ static int clamp_value_wrap(int value, int max, int min)
}
#endif
+#ifndef SIMULATOR
static int handle_usb_events(struct event_queue *q)
{
struct queue_event ev;
@@ -127,6 +128,7 @@ static int handle_usb_events(struct event_queue *q)
}
}
}
+#endif
void usb_screen(void)
{