mirror of https://github.com/ArduPilot/ardupilot
AP_Beacon: Fix some typos
Fixed some typos found in the code.
This commit is contained in:
parent
ff70921eca
commit
d901758005
|
@ -33,7 +33,7 @@ private:
|
|||
// send setting_frame0 to tag. tag will ack setting_frame0 with anchor position filled
|
||||
void request_setting();
|
||||
|
||||
// pase node_frame2 to get tag position and distance
|
||||
// parse node_frame2 to get tag position and distance
|
||||
void parse_node_frame2();
|
||||
|
||||
// parse setting_frame0 to get anchor position
|
||||
|
|
Loading…
Reference in New Issue