From f79741a85fa08dff34a41ae7c804d80dc800343c Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Tue, 11 Oct 2022 22:11:58 -0500 Subject: add delay_ms function for simulator --- watch-library/simulator/watch/watch_main_loop.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'watch-library/simulator/watch') 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); -- cgit v1.2.3