[nps] add math/pprz_geodetic_wmm2010.c

This commit is contained in:
Felix Ruess
2014-05-30 21:57:10 +02:00
parent ef89764f73
commit b952d39779
2 changed files with 2 additions and 1 deletions
@@ -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