1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Disable matlab simulation for now

This commit is contained in:
James Cotton 2012-03-11 13:04:41 -05:00
parent cfd92de87a
commit 4e64b27034

View File

@ -53,7 +53,8 @@ FLASH_TOOL = OPENOCD
USE_THUMB_MODE = YES
# List of modules to include
MODULES = Telemetry Actuator Stabilization ManualControl FlightPlan SimulatedAttitude
MODULES = Telemetry Actuator Stabilization ManualControl FlightPlan
#MODULES += SimulatedAttitude
# MCU name, submodel and board
# - MCU used for compiler-option (-mtune)
@ -166,7 +167,7 @@ SRC += $(PIOSPOSIX)/pios_wdg.c
SRC += $(PIOSPOSIX)/pios_debug.c
SRC += $(PIOSPOSIX)/pios_rcvr.c
SRC += $(PIOSPOSIX)/pios_sim.c
#SRC += $(PIOSPOSIX)/pios_sim.c
## Libraries for flight calculations
SRC += $(FLIGHTLIB)/fifo_buffer.c
@ -339,7 +340,7 @@ LDFLAGS += -lc -lgcc
# To include simulation model
LDFLAGS += -L$(OUTDIR)
LDFLAGS += -lsimmodel
#LDFLAGS += -lsimmodel
# Define programs and commands.