mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
rcS,rc.serial.jinja:ensure proper unset hygiene
Delete auto generated vars, and others that were missed.
This commit is contained in:
committed by
Daniel Agar
parent
f851978101
commit
11f9925b02
@@ -22,9 +22,13 @@ fi
|
||||
|
||||
{% endfor %}
|
||||
|
||||
{% for serial_device in serial_devices -%}
|
||||
unset PRT_{{ serial_device.tag }}_
|
||||
{% endfor %}
|
||||
unset i
|
||||
unset SERIAL_DEV
|
||||
unset PRT
|
||||
unset PRT_F
|
||||
unset BAUD_PARAM
|
||||
unset MAV_ARGS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user