[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5668] non standard conrtol for all targets
From: |
Felix Ruess |
Subject: |
[paparazzi-commits] [5668] non standard conrtol for all targets |
Date: |
Tue, 24 Aug 2010 23:37:43 +0000 |
Revision: 5668
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5668
Author: flixr
Date: 2010-08-24 23:37:42 +0000 (Tue, 24 Aug 2010)
Log Message:
-----------
non standard conrtol for all targets
Modified Paths:
--------------
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/control_adaptive.makefile
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/control_new.makefile
Modified:
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/control_adaptive.makefile
===================================================================
---
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/control_adaptive.makefile
2010-08-24 23:06:39 UTC (rev 5667)
+++
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/control_adaptive.makefile
2010-08-24 23:37:42 UTC (rev 5668)
@@ -1,4 +1,4 @@
# fixed wing control loops with adaptive horizontal control
-ap.srcs += $(SRC_FIXEDWING)/fw_h_ctl_a.c $(SRC_FIXEDWING)/fw_v_ctl.c
+$(TARGET).srcs += $(SRC_FIXEDWING)/fw_h_ctl_a.c $(SRC_FIXEDWING)/fw_v_ctl.c
Modified:
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/control_new.makefile
===================================================================
--- paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/control_new.makefile
2010-08-24 23:06:39 UTC (rev 5667)
+++ paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/control_new.makefile
2010-08-24 23:37:42 UTC (rev 5668)
@@ -1,4 +1,4 @@
# new fixed wing control loops with merged auto pitch and auto throttle,
adaptive horizontal control
-ap.srcs += $(SRC_FIXEDWING)/fw_h_ctl_a.c $(SRC_FIXEDWING)/fw_v_ctl_n.c
+$(TARGET).srcs += $(SRC_FIXEDWING)/fw_h_ctl_a.c $(SRC_FIXEDWING)/fw_v_ctl_n.c
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5668] non standard conrtol for all targets,
Felix Ruess <=