[gps] fix invalid xml and dox

This commit is contained in:
Felix Ruess
2016-06-15 23:18:28 +02:00
parent 6bf56d7079
commit 56e5bc891a
20 changed files with 46 additions and 18 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<file name="gps.h" dir="subsystems"/>
</header>
<init fun="gps_skytraq_init()"/>
<periodic fun="gps_periodic_check(&gps_skytraq.state)" freq="1." autorun="TRUE"/>
<periodic fun="gps_skytraq_periodic_check()" freq="1." autorun="TRUE"/>
<event fun="gps_skytraq_event()"/>
<makefile target="ap">
<configure name="SKYTRAQ_GPS_PORT" default="$(GPS_PORT)" case="upper|lower"/>