summaryrefslogtreecommitdiffstats
path: root/watch-library/simulator/watch/watch_main_loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/simulator/watch/watch_main_loop.h')
-rw-r--r--watch-library/simulator/watch/watch_main_loop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/watch-library/simulator/watch/watch_main_loop.h b/watch-library/simulator/watch/watch_main_loop.h
index 82351919..7599f727 100644
--- a/watch-library/simulator/watch/watch_main_loop.h
+++ b/watch-library/simulator/watch/watch_main_loop.h
@@ -31,3 +31,5 @@ void resume_main_loop(void);
void main_loop_sleep(uint32_t ms);
bool main_loop_is_sleeping(void);
+
+void delay_ms(const uint16_t ms);