We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edbdaf commit 6d3ed7fCopy full SHA for 6d3ed7f
include/zephyr/drivers/clock_control/nrf_clock_control.h
@@ -8,7 +8,7 @@
8
#define ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_NRF_CLOCK_CONTROL_H_
9
10
#include <zephyr/device.h>
11
-#ifdef NRF_CLOCK
+#if defined(NRF_CLOCK) && !defined(NRF_LFRC)
12
#include <hal/nrf_clock.h>
13
#endif
14
#include <zephyr/sys/onoff.h>
0 commit comments