Skip to content

Commit

Permalink
@value will be printed with Whitespace in start of line for serial_co…
Browse files Browse the repository at this point in the history
…nfig parameters
  • Loading branch information
garfieldG authored and bkueng committed Oct 2, 2019
1 parent 0fe271b commit cc1d86b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/serial/serial_params.c.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit cc1d86b

Please sign in to comment.