From d901758005d9119780940973663688a7afe0d1f1 Mon Sep 17 00:00:00 2001 From: Mykhailo Kuznietsov Date: Wed, 11 Oct 2023 18:41:51 +1100 Subject: [PATCH] AP_Beacon: Fix some typos Fixed some typos found in the code. --- libraries/AP_Beacon/AP_Beacon_Nooploop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Beacon/AP_Beacon_Nooploop.h b/libraries/AP_Beacon/AP_Beacon_Nooploop.h index e903eb47fb..222c773149 100644 --- a/libraries/AP_Beacon/AP_Beacon_Nooploop.h +++ b/libraries/AP_Beacon/AP_Beacon_Nooploop.h @@ -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