Skip to content

Commit 62543f1

Browse files
committed
remove unrichable return statment
1 parent d433b55 commit 62543f1

File tree

1 file changed

+0
-1
lines changed
  • hal/targets/hal/TARGET_NORDIC/TARGET_NRF5

1 file changed

+0
-1
lines changed

hal/targets/hal/TARGET_NORDIC/TARGET_NRF5/os_tick.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ uint32_t os_tick_val(void) {
374374
return clock_cycles_by_tick - ((current_counter - next_tick_cc_value) % clock_cycles_by_tick);
375375
}
376376

377-
//return 0;
378377
}
379378

380379
#endif // defined(TARGET_MCU_NRF51822)

0 commit comments

Comments
 (0)