mirror of https://github.com/ArduPilot/ardupilot
AP_Proximity: minor comment spelling fix
This commit is contained in:
parent
74f1899aeb
commit
7c7144fd8f
|
@ -33,7 +33,7 @@ private:
|
|||
RequestType_DistanceMeasurement
|
||||
};
|
||||
|
||||
// initialise sensor (returns true if sensor is succesfully initialised)
|
||||
// initialise sensor (returns true if sensor is successfully initialised)
|
||||
bool initialise();
|
||||
void init_sectors();
|
||||
void set_motor_speed(bool on_off);
|
||||
|
|
Loading…
Reference in New Issue