Skip to content
Snippets Groups Projects
Commit 11f9925b authored by David Sidrane's avatar David Sidrane Committed by Daniel Agar
Browse files

rcS,rc.serial.jinja:ensure proper unset hygiene

   Delete auto generated vars, and others that were missed.
parent f8519781
No related branches found
Tags v1.9.0-alpha
No related merge requests found
......@@ -498,6 +498,8 @@ unset PWM_MIN
unset SDCARD_MIXERS_PATH
unset USE_IO
unset VEHICLE_TYPE
unset BOARD_RC
unset AUTOCNF
#
# Boot is complete, inform MAVLink app(s) that the system is now fully up and running.
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment