Skip to content

Commit

Permalink
comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eppravitra committed Jul 7, 2024
1 parent 142f887 commit c0420d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/SITL/SIM_JSON.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ void JSON::recv_fdm(const struct sitl_input &input)
airspeed_pitot = state.airspeed;
} else {

// wind is not supported yet JSON sim, assume zero for now
// wind is not supported yet for JSON sim, assume zero for now
wind_ef.zero();

// velocity relative to airmass in Earth's frame
Expand Down

0 comments on commit c0420d5

Please sign in to comment.