mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
[FBW] Compile less overhead in FBW
This commit is contained in:
@@ -69,14 +69,17 @@ $(TARGET).srcs += $(SRC_FIXEDWING)/inter_mcu.c
|
||||
#
|
||||
# Math functions
|
||||
#
|
||||
ifneq ($(TARGET),fbw)
|
||||
$(TARGET).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_algebra_int.c math/pprz_algebra_float.c math/pprz_algebra_double.c
|
||||
endif
|
||||
|
||||
#
|
||||
# I2C
|
||||
#
|
||||
ifneq ($(TARGET),fbw)
|
||||
$(TARGET).srcs += mcu_periph/i2c.c
|
||||
$(TARGET).srcs += $(SRC_ARCH)/mcu_periph/i2c_arch.c
|
||||
|
||||
endif
|
||||
|
||||
######################################################################
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user