mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 18:20:35 +08:00
FlightTasks: fix typo and improve comment
This commit is contained in:
committed by
Dennis Mannhart
parent
f6e1ab9034
commit
adfb54243c
@@ -35,11 +35,11 @@
|
||||
# Prepare flight tasks
|
||||
###########################################
|
||||
|
||||
# add upstream flight tasks (they are being handled differently from the core below)
|
||||
# add upstream flight tasks (they are being handled differently from the core inside the python script)
|
||||
list(APPEND flight_tasks_to_add
|
||||
Orbit
|
||||
)
|
||||
# remove possible douplicates
|
||||
# remove possible duplicates
|
||||
list(REMOVE_DUPLICATES flight_tasks_to_add)
|
||||
|
||||
# remove flight tasks depending on target
|
||||
|
||||
Reference in New Issue
Block a user