Skip to content

Commit

Permalink
AP_HAL_Linux: add newline and remove stray semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Oct 31, 2023
1 parent 5087a42 commit d33facd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_HAL_Linux/UARTDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -449,4 +449,4 @@ uint32_t UARTDriver::bw_in_bytes_per_second() const
// if connected, assume at least a 10/100Mbps connection
const uint32_t bitrate = (_connected && _ip != nullptr) ? 10E6 : _baudrate;
return bitrate/10; // convert bits to bytes minus overhead
};
}

0 comments on commit d33facd

Please sign in to comment.