mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 17:49:49 +08:00
choose actuators for twog as well
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user