mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
hack to make sim works with airspeed_ets: added sim_ir to sim target because sim_airspeed is set there
This commit is contained in:
@@ -22,5 +22,13 @@
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user