Skip to content

Commit

Permalink
[conf] we actually have LISA_M_LONGITUDINAL_X now...
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Oct 27, 2012
1 parent d7950e0 commit 2f3d0e8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions conf/airframes/CDW/DualBoardApFbw.xml
Expand Up @@ -230,8 +230,7 @@
<firmware name="fixedwing">

<target name="ap" board="lisa_m_2.0">
<!-- this define is not available in paparazzi v4.1 -->
<!--define name="LISA_M_LONGITUDINAL_X"/-->
<define name="LISA_M_LONGITUDINAL_X"/>

<configure name="SEPARATE_FBW" value="1"/>

Expand Down
1 change: 1 addition & 0 deletions conf/airframes/esden/hexy_lm2a2pwm.xml
Expand Up @@ -206,6 +206,7 @@
</target>

<subsystem name="imu" type="aspirin_v2.1"/>
<define name="LISA_M_LONGITUDINAL_X"/>
<subsystem name="gps" type="ublox"/>
<subsystem name="stabilization" type="int_quat"/>
<subsystem name="ahrs" type="int_cmpl_quat"/>
Expand Down
3 changes: 2 additions & 1 deletion conf/airframes/examples/MentorEnergy.xml
Expand Up @@ -7,7 +7,8 @@
<airframe name="LisaAspirin2">

<firmware name="fixedwing">
<target name="ap" board="lisa_m_2.0">
<target name="ap" board="lisa_m_1.0">
<define name="LISA_M_LONGITUDINAL_X"/>
<define name="SENSOR_SYNC_SEND"/>

<configure name="PERIODIC_FREQUENCY" value="120"/>
Expand Down
2 changes: 2 additions & 0 deletions conf/airframes/examples/separate_fbw_ap.xml
Expand Up @@ -254,6 +254,8 @@
<firmware name="fixedwing">

<target name="ap" board="lisa_m_2.0">
<define name="LISA_M_LONGITUDINAL_X"/>

<configure name="SEPARATE_FBW" value="1"/>

<configure name="PERIODIC_FREQUENCY" value="120"/>
Expand Down

0 comments on commit 2f3d0e8

Please sign in to comment.