fix simulation, sim_ir and sim_ahrs are now always compiled so the ocaml sim does not complain about non-existent functions

This commit is contained in:
Felix Ruess
2011-10-05 21:40:23 +02:00
parent 283dd64e7c
commit 35e2d34130
8 changed files with 17 additions and 65 deletions
-3
View File
@@ -35,9 +35,6 @@ endif
ap.CFLAGS += -DADC_CHANNEL_IR_NB_SAMPLES=$(ADC_IR_NB_SAMPLES)
</raw>
</makefile>
<makefile target="sim">
<file_arch name="sim_ir.c" dir="."/>
</makefile>
</module>
-3
View File
@@ -14,8 +14,5 @@
<file name="infrared.c" dir="subsystems/sensors"/>
<file name="infrared_i2c.c" dir="subsystems/sensors"/>
</makefile>
<makefile target="sim">
<file_arch name="sim_ir.c" dir="."/>
</makefile>
</module>