mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-26 08:50:34 +08:00
16d938cda9
In the CA_ICE_PERIOD param description, a '>' was at the start of a line. This is interpredeted by markdown as a quotation type indented block which applies not only to that line, but to all following ones. Changing the line breaks to only occur after full stops fixes it.