Fix small XML typo. (#2615)

This commit is contained in:
Fabien-B
2020-11-09 21:55:16 +01:00
committed by GitHub
parent 5887bf9746
commit 331be7f9a2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
<init fun="gps_sirf_init()"/>
<periodic fun="gps_sirf_periodic_check()" freq="1." autorun="TRUE"/>
<event fun="gps_sirf_event()"/>
<makefile target=target="ap|fbw">
<makefile target="ap|fbw">
<configure name="SIRF_GPS_PORT" default="$(GPS_PORT)" case="upper|lower"/>
<configure name="SIRF_GPS_BAUD" default="$(GPS_BAUD)"/>
+2 -2
View File
@@ -5,7 +5,7 @@
<description>
Sys-time peripheral
</description>
<configure name="SYS_TIME_LED" value="none|num" value="LED number used for systime heartbeat or 'none' to disable"/>
<configure name="SYS_TIME_LED" value="none|num" description="LED number used for systime heartbeat or 'none' to disable"/>
</doc>
<header>
<file name="sys_time.h" dir="mcu_periph"/>
@@ -15,7 +15,7 @@
<define name="SYS_TIME_LED" value="$(SYS_TIME_LED)" cond="ifneq ($(SYS_TIME_LED), none)"/>
<file name="sys_time.c" dir="mcu_periph"/>
<file_arch name="sys_time_arch.c" dir="mcu_periph"/>
<flag name="LDFLAGS" value="lrt" cond="ifeq ($(ARCH), linux)">
<flag name="LDFLAGS" value="lrt" cond="ifeq ($(ARCH), linux)"/>
</makefile>
</module>