mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 22:32:11 +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
|
||||
|
||||
|
||||
# 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 -%}
|
||||
|
||||
Reference in New Issue
Block a user