Skip to content

Commit a5ea4c2

Browse files
ttmutcfriedt
authored andcommitted
drivers: counter: max32_wut: Add missing include
Include adi_max32_clock.h to resolve undeclared ADI_MAX32_PRPH_CLK_SRC_* errors. Signed-off-by: Tahsin Mutlugun <[email protected]>
1 parent 66b938f commit a5ea4c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/counter/counter_max32_wut.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#define DT_DRV_COMPAT adi_max32_wut
88

99
#include <zephyr/drivers/counter.h>
10+
#include <zephyr/dt-bindings/clock/adi_max32_clock.h>
1011
#include <zephyr/irq.h>
1112
#include <zephyr/logging/log.h>
1213
#include <zephyr/pm/device.h>

0 commit comments

Comments
 (0)