forked from Archive/PX4-Autopilot
@value will be printed with Whitespace in start of line for serial_config parameters
This commit is contained in:
parent
0fe271b7f5
commit
cc1d86bc0b
|
@ -55,9 +55,9 @@ PARAM_DEFINE_INT32(SER_{{ serial_device.tag }}_BAUD, {{ serial_device.default_ba
|
|||
* {{ command.description_extended | replace("\n", " ") }}
|
||||
*
|
||||
* @value 0 Disabled
|
||||
{% for serial_device in serial_devices -%}
|
||||
{%- for serial_device in serial_devices %}
|
||||
* @value {{ serial_device.index }} {{ serial_device.label }}
|
||||
{% endfor -%}
|
||||
{%- endfor %}
|
||||
* @group {{ command.param_group }}
|
||||
* @reboot_required true
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue