Remove out_of_sync() call when not camping. Warning commit

master
Ismael Gomez 6 years ago
parent 786830daf3
commit 2f0020b7ca

@ -393,8 +393,6 @@ void sync::run_thread()
// If not camping, clear SFN sync // If not camping, clear SFN sync
if (!phy_state.is_camping()) { if (!phy_state.is_camping()) {
force_camping_sfn_sync = false; force_camping_sfn_sync = false;
} else {
out_of_sync();
} }
if (log_phy_lib_h) { if (log_phy_lib_h) {

Loading…
Cancel
Save