fix kill switch, RADIO_CONTROL_KILL_SWITCH is now named RADIO_KILL_SWITCH

This commit is contained in:
Felix Ruess
2010-11-16 14:03:30 +01:00
parent e336ae184b
commit 6d10bdcb37
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<firmware name="rotorcraft">
<target name="ap" board="booz_1.0">
<!--<define name="KILL_MOTORS"/>--> <!-- prevent motors from ever starting -->
<!--<define name="RADIO_CONTROL_KILL_SWITCH" value="RADIO_CONTROL_SWITCH1"/>-->
<!--<define name="RADIO_KILL_SWITCH" value="RADIO_CONTROL_SWITCH1"/>-->
<define name="USE_GPS_ACC4R"/>
<define name="USE_INS_NAV_INIT"/>
</target>