mirror of https://github.com/ArduPilot/ardupilot
AP_RangeFinder: Fix typos
This commit is contained in:
parent
099fc69032
commit
2ee6a85e67
|
@ -416,7 +416,7 @@ int AP_RangeFinder_Bebop::_launch()
|
|||
/*
|
||||
* read the iio buffer
|
||||
* iio_buffer_refill is blocking by default, so this function is also
|
||||
* blocking untill samples are available
|
||||
* blocking until samples are available
|
||||
* disable the capture buffer
|
||||
*/
|
||||
int AP_RangeFinder_Bebop::_capture()
|
||||
|
|
|
@ -35,7 +35,7 @@ AP_RangeFinder_MAVLink::AP_RangeFinder_MAVLink(RangeFinder &_ranger, uint8_t ins
|
|||
|
||||
/*
|
||||
detect if a MAVLink rangefinder is connected. We'll detect by
|
||||
checking a paramter.
|
||||
checking a parameter.
|
||||
*/
|
||||
bool AP_RangeFinder_MAVLink::detect(RangeFinder &_ranger, uint8_t instance)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue