Browse Source

AP_RangeFinder: Fix typos

mission-4.1.18
Ricardo de Almeida Gonzaga 9 years ago committed by Lucas De Marchi
parent
commit
2ee6a85e67
  1. 2
      libraries/AP_RangeFinder/AP_RangeFinder_Bebop.cpp
  2. 2
      libraries/AP_RangeFinder/AP_RangeFinder_MAVLink.cpp

2
libraries/AP_RangeFinder/AP_RangeFinder_Bebop.cpp

@ -416,7 +416,7 @@ int AP_RangeFinder_Bebop::_launch()
/* /*
* read the iio buffer * read the iio buffer
* iio_buffer_refill is blocking by default, so this function is also * 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 * disable the capture buffer
*/ */
int AP_RangeFinder_Bebop::_capture() int AP_RangeFinder_Bebop::_capture()

2
libraries/AP_RangeFinder/AP_RangeFinder_MAVLink.cpp

@ -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 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) bool AP_RangeFinder_MAVLink::detect(RangeFinder &_ranger, uint8_t instance)
{ {

Loading…
Cancel
Save