Skip to content

Commit f30ee64

Browse files
committed
printk event
1 parent b856a86 commit f30ee64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clock_control/clock_control_nrf.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,8 @@ static void clock_event_handler(nrfx_clock_evt_type_t event)
598598
{
599599
const struct device *dev = CLOCK_DEVICE;
600600

601+
printk("Clock event %d", event);
602+
601603
switch (event) {
602604
#if NRF_CLOCK_HAS_XO_TUNE
603605
case NRFX_CLOCK_EVT_XO_TUNED:

0 commit comments

Comments
 (0)