mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-24 05:45:59 +08:00
[nps] add math/pprz_geodetic_wmm2010.c
This commit is contained in:
@@ -63,6 +63,7 @@ nps.srcs += $(NPSDIR)/nps_main.c \
|
||||
$(NPSDIR)/nps_ivy_fixedwing.c \
|
||||
$(NPSDIR)/nps_flightgear.c \
|
||||
|
||||
nps.srcs += math/pprz_geodetic_wmm2010.c
|
||||
|
||||
nps.CFLAGS += -DDOWNLINK -DPERIODIC_TELEMETRY -DDOWNLINK_TRANSPORT=IvyTransport
|
||||
nps.srcs += subsystems/datalink/downlink.c $(SRC_FIRMWARE)/datalink.c $(SRC_ARCH)/ivy_transport.c
|
||||
|
||||
@@ -92,7 +92,7 @@ nps.srcs += subsystems/commands.c
|
||||
#
|
||||
# Math functions
|
||||
#
|
||||
nps.srcs += math/pprz_geodetic_int.c math/pprz_geodetic_float.c math/pprz_geodetic_double.c math/pprz_trig_int.c math/pprz_orientation_conversion.c
|
||||
nps.srcs += math/pprz_geodetic_int.c math/pprz_geodetic_float.c math/pprz_geodetic_double.c math/pprz_trig_int.c math/pprz_orientation_conversion.c math/pprz_geodetic_wmm2010.c
|
||||
|
||||
nps.srcs += subsystems/air_data.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user