choose actuators for twog as well

This commit is contained in:
Felix Ruess
2010-08-25 10:43:29 +00:00
parent 1636d1f80e
commit 3d77b6f501
+4 -1
View File
@@ -21,7 +21,6 @@ include $(CFG_FIXEDWING)/autopilot.makefile
ifeq ($(BOARD),tiny)
ifeq ($(BOARD_VERSION),1.1)
include $(CFG_FIXEDWING)/actuators_4015.makefile
else
@@ -33,6 +32,10 @@ ifeq ($(BOARD),tiny)
endif
endif
ifeq ($(BOARD),twog)
include $(CFG_FIXEDWING)/actuators_4017.makefile
endif
ifeq ($(BOARD),lisa_l)
include $(CFG_FIXEDWING)/actuators_direct.makefile
endif