nordic-auko / nRF5-ble-timesync-demo

nRF52 clock synchronization demo code
55 stars 50 forks source link

switch-case statement without break #10

Closed nbrunner closed 3 years ago

nbrunner commented 3 years ago

In time_sync.c, case NRF_RADIO_CALLBACK_SIGNAL_TYPE_TIMER0 has no break and no comment why.

nordic-auko commented 3 years ago

Thanks, @nbrunner, this looks like a bug. I will take a look at it.

nordic-auko commented 3 years ago

Fixed