[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5671] choose actuators for twog as well
From: |
Felix Ruess |
Subject: |
[paparazzi-commits] [5671] choose actuators for twog as well |
Date: |
Wed, 25 Aug 2010 10:43:30 +0000 |
Revision: 5671
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5671
Author: flixr
Date: 2010-08-25 10:43:29 +0000 (Wed, 25 Aug 2010)
Log Message:
-----------
choose actuators for twog as well
Modified Paths:
--------------
paparazzi3/trunk/conf/autopilot/fixedwing.makefile
Modified: paparazzi3/trunk/conf/autopilot/fixedwing.makefile
===================================================================
--- paparazzi3/trunk/conf/autopilot/fixedwing.makefile 2010-08-25 08:14:36 UTC
(rev 5670)
+++ paparazzi3/trunk/conf/autopilot/fixedwing.makefile 2010-08-25 10:43:29 UTC
(rev 5671)
@@ -21,7 +21,6 @@
ifeq ($(BOARD),tiny)
-
ifeq ($(BOARD_VERSION),1.1)
include $(CFG_FIXEDWING)/actuators_4015.makefile
else
@@ -33,6 +32,10 @@
endif
endif
+ifeq ($(BOARD),twog)
+ include $(CFG_FIXEDWING)/actuators_4017.makefile
+endif
+
ifeq ($(BOARD),lisa_l)
include $(CFG_FIXEDWING)/actuators_direct.makefile
endif
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5671] choose actuators for twog as well,
Felix Ruess <=