Skip to content

Commit

Permalink
[airframes] replace joystick subsystem by USE_JOYSTICK
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Nov 3, 2014
1 parent 2b97ef0 commit a044908
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/airframes/examples/funjet.xml
Expand Up @@ -18,10 +18,10 @@
<define name="LOITER_TRIM"/>

<subsystem name="radio_control" type="ppm"/>
<subsystem name="joystick"/>

<!-- Communication -->
<subsystem name="telemetry" type="transparent"/>
<define name="USE_JOYSTICK" value="TRUE"/>

<!-- Actuators are automatically chosen according to board-->
<subsystem name="control"/>
Expand Down
2 changes: 1 addition & 1 deletion conf/airframes/examples/funjet_cam.xml
Expand Up @@ -18,10 +18,10 @@
<define name="LOITER_TRIM"/>

<subsystem name="radio_control" type="ppm"/>
<subsystem name="joystick"/>

<!-- Communication -->
<subsystem name="telemetry" type="transparent"/>
<define name="USE_JOYSTICK" value="TRUE"/>

<!-- Actuators are automatically chosen according to board-->
<subsystem name="control"/>
Expand Down
2 changes: 1 addition & 1 deletion conf/airframes/twinjet_overo.xml
Expand Up @@ -26,8 +26,8 @@
<subsystem name="ahrs" type="infrared"/>
<subsystem name="gps" type="ublox_hitl"/>
<subsystem name="navigation"/>
<subsystem name="joystick"/>
<subsystem name="ins" type="gps_passthrough"/>
<define name="USE_JOYSTICK" value="TRUE"/>
</firmware>

<firmware name="setup">
Expand Down

0 comments on commit a044908

Please sign in to comment.