remove unrichable return statment

pull/2234/head
Andrzej Puzdrowski 2016-07-15 13:16:01 +02:00
parent d433b55763
commit 62543f1337
1 changed files with 0 additions and 1 deletions

View File

@ -374,7 +374,6 @@ uint32_t os_tick_val(void) {
return clock_cycles_by_tick - ((current_counter - next_tick_cc_value) % clock_cycles_by_tick);
}
//return 0;
}
#endif // defined(TARGET_MCU_NRF51822)