Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit 29da613

Browse files
committed
Merge pull request #331 from jacobmcnamee/nav_flip
Change nav phase flip error to a warning
2 parents e92adb0 + cc25365 commit 29da613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nav_msg.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ s8 process_subframe(nav_msg_t *n, ephemeris_t *e) {
242242
BIT_POLARITY_INVERTED;
243243
if ((prev_bit_polarity != BIT_POLARITY_UNKNOWN)
244244
&& (prev_bit_polarity != n->bit_polarity)) {
245-
log_error_sid(e->sid, "Nav phase flip - half cycle slip detected, "
246-
"but not corrected");
245+
log_warn_sid(e->sid, "Nav phase flip - half cycle slip detected, "
246+
"but not corrected");
247247
/* TODO: declare phase ambiguity to IAR */
248248
}
249249

0 commit comments

Comments
 (0)