Skip to content

Commit

Permalink
Disable quadrotor task by default
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwen-tw committed Feb 25, 2024
1 parent 59d5ff4 commit fc65b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/tasks/tasks.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SRC += $(PROJ_ROOT)/user/tasks/shell_task.c
SRC += $(PROJ_ROOT)/user/tasks/mavlink_task.c

# Demo projects
SRC += $(PROJ_ROOT)/user/tasks/examples/quadrotor.c
#SRC += $(PROJ_ROOT)/user/tasks/examples/quadrotor.c

# Examples
#SRC += $(PROJ_ROOT)/user/tasks/examples/fifo-ex.c
Expand Down

0 comments on commit fc65b74

Please sign in to comment.