mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-25 09:10:35 +08:00
More compile fixes
This commit is contained in:
@@ -39,12 +39,6 @@ APPNAME = position_estimator
|
||||
PRIORITY = SCHED_PRIORITY_DEFAULT
|
||||
STACKSIZE = 4096
|
||||
|
||||
CSRCS = position_estimator_main.c \
|
||||
codegen/position_estimator.c \
|
||||
codegen/position_estimator_initialize.c \
|
||||
codegen/position_estimator_terminate.c \
|
||||
codegen/rt_nonfinite.c \
|
||||
codegen/rtGetInf.c \
|
||||
codegen/rtGetNaN.c
|
||||
CSRCS = position_estimator_main.c
|
||||
|
||||
include $(APPDIR)/mk/app.mk
|
||||
|
||||
Reference in New Issue
Block a user