[modules] send_imu_mag_current only for ap target

This commit is contained in:
Felix Ruess
2016-04-17 13:04:07 +02:00
parent 08134a1e33
commit 6c465e148e
+1 -1
View File
@@ -11,7 +11,7 @@
<file name="send_imu_mag_current.h"/> <file name="send_imu_mag_current.h"/>
</header> </header>
<periodic fun="send_imu_mag_current()" freq="20" autorun="FALSE"/> <periodic fun="send_imu_mag_current()" freq="20" autorun="FALSE"/>
<makefile> <makefile target="ap">
<file name="send_imu_mag_current.c"/> <file name="send_imu_mag_current.c"/>
</makefile> </makefile>
</module> </module>