Skip to content

Commit ad9d992

Browse files
committed
remove print
1 parent f30ee64 commit ad9d992

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/clock_control/clock_control_nrf.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,8 +598,6 @@ 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-
603601
switch (event) {
604602
#if NRF_CLOCK_HAS_XO_TUNE
605603
case NRFX_CLOCK_EVT_XO_TUNED:

0 commit comments

Comments
 (0)