AP_Airspeed: remove duplicated words from comments

This commit is contained in:
murata 2022-02-05 09:50:30 +09:00 committed by Randy Mackay
parent 819b25d918
commit 629469acbf
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ for i = 1:1000
%% Calculate truth values
% calculate ground velocity by simulating a wind relative
% circular path of of 60m radius and 16 m/s airspeed
% circular path of 60m radius and 16 m/s airspeed
time = i*DT;
radius = 60;
TAS_truth = 16;