From fb859c9c85688d1a144b732cf688746f2651be40 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Mon, 2 Feb 2026 20:17:04 +0100 Subject: nrf52832: bootstrap and init the CLOCK device --- src/main.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main.c (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..aab0723 --- /dev/null +++ b/src/main.c @@ -0,0 +1,7 @@ +#include "clock.h" + +void main() { + init_clock(); + + while (1) {} +} -- cgit v1.2.3