From 96b074de6104161c62e09b2b1a725316dbf1c5f3 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 1 Mar 2026 10:35:53 +0530 Subject: Add tests for mode state --- test/stubbed/util/delay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/stubbed/util') diff --git a/test/stubbed/util/delay.h b/test/stubbed/util/delay.h index 3954609..6167586 100644 --- a/test/stubbed/util/delay.h +++ b/test/stubbed/util/delay.h @@ -3,5 +3,5 @@ #include -static void _delay_ms(int ms) { usleep(ms * 1000); } +inline void _delay_ms(int ms) { usleep(ms * 1000); } #endif -- cgit v1.3.1