Skip to content

Commit

Permalink
Enable the infrared modules for jsbsim target as well. Closes #74
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Oct 24, 2011
1 parent 8e68bda commit 5d9a0df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/modules/infrared_adc.xml
Expand Up @@ -6,7 +6,7 @@
</header>
<init fun="infrared_adc_init()"/>
<periodic fun="infrared_adc_update()" freq="60."/>
<makefile>
<makefile target="ap|sim|jsbsim">
<define name="USE_INFRARED_TELEMETRY"/>
<file name="infrared.c" dir="subsystems/sensors"/>
<file name="infrared_adc.c" dir="subsystems/sensors"/>
Expand Down
2 changes: 1 addition & 1 deletion conf/modules/infrared_i2c.xml
Expand Up @@ -9,7 +9,7 @@
<periodic fun="infrared_i2c_update()" freq="60."/>
<!--periodic fun="infrared_i2cDownlink()" freq="1."/-->
<event fun="infrared_i2cEvent()"/>
<makefile>
<makefile target="ap|sim|jsbsim">
<define name="USE_INFRARED_TELEMETRY"/>
<file name="infrared.c" dir="subsystems/sensors"/>
<file name="infrared_i2c.c" dir="subsystems/sensors"/>
Expand Down

0 comments on commit 5d9a0df

Please sign in to comment.