Skip to content

Commit

Permalink
[airframes] add air_data module to some example airframes
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Oct 20, 2014
1 parent 35da554 commit 0c13a04
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions conf/airframes/examples/Twinstar_energyadaptive.xml
Expand Up @@ -58,6 +58,7 @@ twog_1.0 + aspirin + ETS baro + ETS speed
<define name="BARO_ETS_SYNC_SEND"/>
</load>
<load name="baro_sim.xml"/>
<load name="air_data.xml"/>
<load name="digital_cam.xml">
<define name="DC_SHUTTER_GPIO" value="GPIOB,GPIO22"/><!-- 18:aux 22:camsw-->
</load>
Expand Down
1 change: 1 addition & 0 deletions conf/airframes/examples/easystar_ets.xml
Expand Up @@ -36,6 +36,7 @@
<modules>
<load name="airspeed_ets.xml"/>
<load name="baro_ets.xml"/>
<load name="air_data.xml"/>
<load name="infrared_adc.xml"/>
</modules>

Expand Down
1 change: 1 addition & 0 deletions conf/airframes/examples/microjet_lisa_m.xml
Expand Up @@ -47,6 +47,7 @@
<modules>
<load name="sys_mon.xml"/>
<load name="baro_sim.xml"/>
<load name="air_data.xml"/>

<!-- extra navigation routines -->
<load name="nav_bungee_takeoff.xml"/>
Expand Down
1 change: 1 addition & 0 deletions conf/airframes/examples/quadrotor_lisa_mx.xml
Expand Up @@ -63,6 +63,7 @@
</load>
<load name="gps_ubx_ucenter.xml"/>
<load name="geo_mag.xml"/>
<load name="air_data.xml"/>
</modules>

<servos driver="Pwm">
Expand Down
2 changes: 1 addition & 1 deletion conf/airframes/examples/separate_fbw_ap.xml
Expand Up @@ -223,7 +223,7 @@

<load name="nav_catapult.xml"/>
<load name="nav_line.xml"/>

<load name="air_data.xml"/>
</modules>

<firmware name="fixedwing">
Expand Down

0 comments on commit 0c13a04

Please sign in to comment.