Skip to content

Commit

Permalink
bigger nmea buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
htotoo committed Nov 3, 2024
1 parent 82f0958 commit 8c589ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/main/nmea_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ extern "C"
.data_bits = UART_DATA_8_BITS, \
.parity = UART_PARITY_DISABLE, \
.stop_bits = UART_STOP_BITS_1, \
.event_queue_size = 24 \
.event_queue_size = 30 \
} \
}

Expand Down

0 comments on commit 8c589ff

Please sign in to comment.