Skip to content

Commit cc79d95

Browse files
mikellerCopilot
andauthored
Update src/hw_ostc_parser.c
Co-authored-by: Copilot <[email protected]> Signed-off-by: Michael Keller <[email protected]>
1 parent c6bc43e commit cc79d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hw_ostc_parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ hw_ostc_parser_internal_foreach (hw_ostc_parser_t *parser, dc_sample_callback_t
12091209
}
12101210

12111211
// GNSS position update (placeholder for now)
1212-
if (events & 0x0400) {
1212+
if (events & GNSS_EVENT_MASK) {
12131213
if (length < 8) {
12141214
ERROR (abstract->context, "Buffer underflow detected!");
12151215
return DC_STATUS_DATAFORMAT;

0 commit comments

Comments
 (0)