Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
dakejahl committed Nov 18, 2024
1 parent 2e0c5a1 commit c62bc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/gps/gps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ int GPS::pollOrRead(uint8_t *buf, size_t buf_length, int timeout)

if (_interface == GPSHelper::Interface::UART) {
ret = _uart.readAtLeast(buf, buf_length, math::min(character_count, buf_length), timeout_adjusted);

if (ret > 0) {
_num_bytes_read += ret;
}
Expand Down

0 comments on commit c62bc8b

Please sign in to comment.