From c4314b35efe14fd0c1c57c8c3577431b380e323e Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Tue, 29 Jul 2025 08:39:33 +0200 Subject: use c99 instead of c23 --- src/clock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clock.h') diff --git a/src/clock.h b/src/clock.h index 30cfb44..8c5d1f0 100644 --- a/src/clock.h +++ b/src/clock.h @@ -5,6 +5,6 @@ * Init the nrf52832 CLOCK device and ensure that clock sources are correctly * selected. */ -bool init_clock(); +int init_clock(); #endif -- cgit v1.2.3