mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 18:07:25 +08:00
Fix small XML typo. (#2615)
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<init fun="gps_sirf_init()"/>
|
<init fun="gps_sirf_init()"/>
|
||||||
<periodic fun="gps_sirf_periodic_check()" freq="1." autorun="TRUE"/>
|
<periodic fun="gps_sirf_periodic_check()" freq="1." autorun="TRUE"/>
|
||||||
<event fun="gps_sirf_event()"/>
|
<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_PORT" default="$(GPS_PORT)" case="upper|lower"/>
|
||||||
<configure name="SIRF_GPS_BAUD" default="$(GPS_BAUD)"/>
|
<configure name="SIRF_GPS_BAUD" default="$(GPS_BAUD)"/>
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<description>
|
<description>
|
||||||
Sys-time peripheral
|
Sys-time peripheral
|
||||||
</description>
|
</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>
|
</doc>
|
||||||
<header>
|
<header>
|
||||||
<file name="sys_time.h" dir="mcu_periph"/>
|
<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)"/>
|
<define name="SYS_TIME_LED" value="$(SYS_TIME_LED)" cond="ifneq ($(SYS_TIME_LED), none)"/>
|
||||||
<file name="sys_time.c" dir="mcu_periph"/>
|
<file name="sys_time.c" dir="mcu_periph"/>
|
||||||
<file_arch name="sys_time_arch.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>
|
</makefile>
|
||||||
</module>
|
</module>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user