Revert "hack to make sim works with airspeed_ets: added sim_ir to sim target because sim_airspeed is set there"

This reverts commit 883ac3e89b.
This commit is contained in:
Felix Ruess
2011-10-05 20:10:55 +02:00
parent 63c83493e1
commit 283dd64e7c
-8
View File
@@ -22,13 +22,5 @@
<file name="airspeed_ets.c"/>
</makefile>
<!--
hack to make sim work,
in sim_ir the variable sim_airspeed is set, should be refactored
-->
<makefile target="sim">
<file_arch name="sim_ir.c" dir="."/>
<file name="infrared.c" dir="subsystems/sensors"/>
</makefile>
</module>