[gps] remove duplicated elements (configured by common gps module)

This commit is contained in:
Gautier Hattenberger
2016-06-16 21:23:52 +02:00
parent 2c12e96e02
commit 21b9d4043b
11 changed files with 0 additions and 49 deletions
-2
View File
@@ -14,9 +14,7 @@
<init fun="gps_sim_init()"/>
<periodic fun="gps_sim_periodic_check()" freq="1." autorun="TRUE"/>
<makefile target="sim">
<file name="gps.c" dir="subsystems"/>
<file name="gps_sim.c" dir="subsystems/gps"/>
<define name="USE_GPS"/>
<define name="GPS_TYPE_H" value="subsystems/gps/gps_sim.h" type="string"/>
</makefile>
</module>