Merge branch 'ahrs_sim' into dev

fixes #57
This commit is contained in:
Felix Ruess
2011-10-05 22:06:40 +02:00
28 changed files with 337 additions and 108 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>