mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-03-24 10:34:00 +08:00
Tools:Use . for (source) and ${R} for pathing
This commit is contained in:
committed by
Daniel Agar
parent
b9319b3843
commit
b846ddffd8
@@ -3,7 +3,7 @@
|
||||
# serial autostart script generated with generate_serial_config.py
|
||||
|
||||
|
||||
set PRT_F /etc/init.d/rc.serial_port
|
||||
set PRT_F ${R}etc/init.d/rc.serial_port
|
||||
|
||||
{% for command in commands -%}
|
||||
set PRT {{ command.port_param_name }}
|
||||
|
||||
Reference in New Issue
Block a user