forked from Archive/PX4-Autopilot
rc.serial.jinja: remove 'param touch' for baudrates
Can be reverted if needed later on...
This commit is contained in:
parent
300e66ae6a
commit
64912ed7f6
|
@ -3,11 +3,6 @@
|
|||
# serial autostart script generated with generate_serial_config.py
|
||||
|
||||
|
||||
# make sure all baudrates are marked as used
|
||||
param touch
|
||||
{%- for serial_device in serial_devices %} SER_{{ serial_device.tag }}_BAUD
|
||||
{%- endfor %}
|
||||
|
||||
set PRT_F /etc/init.d/rc.serial_port
|
||||
|
||||
{% for command in commands -%}
|
||||
|
|
Loading…
Reference in New Issue