Skip to content

Commit 9c672fb

Browse files
rob-robinson-14kartben
authored andcommitted
include: drivers: clock_control: Remove strict inclusion for nrf_clock.h
This reverts commit ee05087. Since all devices now support nrf_clock HAL as of nrfx 3.10 Signed-off-by: Robert Robinson <[email protected]>
1 parent 0f4fc76 commit 9c672fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/drivers/clock_control/nrf_clock_control.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_NRF_CLOCK_CONTROL_H_
99

1010
#include <zephyr/device.h>
11-
#if defined(NRF_CLOCK) && !defined(NRF_LFRC)
11+
#ifdef NRF_CLOCK
1212
#include <hal/nrf_clock.h>
1313
#endif
1414
#include <zephyr/sys/onoff.h>

0 commit comments

Comments
 (0)