mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
rc.serial.jinja: remove 'param touch' for baudrates
Can be reverted if needed later on...
This commit is contained in:
@@ -3,11 +3,6 @@
|
|||||||
# serial autostart script generated with generate_serial_config.py
|
# 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
|
set PRT_F /etc/init.d/rc.serial_port
|
||||||
|
|
||||||
{% for command in commands -%}
|
{% for command in commands -%}
|
||||||
|
|||||||
Reference in New Issue
Block a user