Enable the infrared modules for jsbsim target as well. Closes #74

This commit is contained in:
Felix Ruess
2011-10-24 14:21:51 +02:00
parent 8e68bda4be
commit 5d9a0dfbee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"/>
+1 -1
View File
@@ -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"/>