[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5760] oups, inverted two files in makefile
From: |
Gautier Hattenberger |
Subject: |
[paparazzi-commits] [5760] oups, inverted two files in makefile |
Date: |
Tue, 31 Aug 2010 13:15:38 +0000 |
Revision: 5760
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5760
Author: gautier
Date: 2010-08-31 13:15:38 +0000 (Tue, 31 Aug 2010)
Log Message:
-----------
oups, inverted two files in makefile
Modified Paths:
--------------
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/attitude_infrared.makefile
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/autopilot.makefile
Modified:
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/attitude_infrared.makefile
===================================================================
---
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/attitude_infrared.makefile
2010-08-31 13:08:29 UTC (rev 5759)
+++
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/attitude_infrared.makefile
2010-08-31 13:15:38 UTC (rev 5760)
@@ -19,4 +19,4 @@
ap.srcs += $(SRC_FIXEDWING)/infrared.c
sim.CFLAGS += -DINFRARED
-sim.srcs += $(SRC_FIXEDWING)/infrared.c $(SRC_ARCH)/sim_ap.c
+sim.srcs += $(SRC_FIXEDWING)/infrared.c $(SRC_ARCH)/sim_ir.c
Modified:
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/autopilot.makefile
===================================================================
--- paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/autopilot.makefile
2010-08-31 13:08:29 UTC (rev 5759)
+++ paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/autopilot.makefile
2010-08-31 13:15:38 UTC (rev 5760)
@@ -28,7 +28,7 @@
$(TARGET).CFLAGS += -DWIND_INFO -DTRAFFIC_INFO
sim.CFLAGS += -DSITL -DAP -DFBW -DRADIO_CONTROL -DINTER_MCU -DDOWNLINK
-DDOWNLINK_TRANSPORT=IvyTransport -DLED
-sim.srcs += latlong.c radio_control.c downlink.c commands.c gps.c inter_mcu.c
estimator.c sys_time.c main_fbw.c main_ap.c datalink.c $(SRC_ARCH)/ppm_hw.c
$(SRC_ARCH)/sim_gps.c $(SRC_ARCH)/sim_ir.c $(SRC_ARCH)/ivy_transport.c
$(SRC_ARCH)/sim_adc_generic.c $(SRC_ARCH)/led_hw.c
+sim.srcs += latlong.c radio_control.c downlink.c commands.c gps.c inter_mcu.c
estimator.c sys_time.c main_fbw.c main_ap.c datalink.c $(SRC_ARCH)/sim_ap.c
$(SRC_ARCH)/ppm_hw.c $(SRC_ARCH)/sim_gps.c $(SRC_ARCH)/ivy_transport.c
$(SRC_ARCH)/sim_adc_generic.c $(SRC_ARCH)/led_hw.c
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5760] oups, inverted two files in makefile,
Gautier Hattenberger <=