Fix syntax in lxip_udp_echo run script

Thanks to Steven Harp for reporting.
This commit is contained in:
Christian Helmuth 2017-09-20 14:02:39 +02:00
parent ab0b0ac3a0
commit ad49fba42a

View File

@ -61,8 +61,8 @@ append config {
append_if [have_spec gpio] config { append_if [have_spec gpio] config {
<start name="} [gpio_drv] {"> <start name="} [gpio_drv] {">
<resource name=\"RAM\" quantum=\"4M\"/> <resource name="RAM" quantum="4M"/>
<provides><service name=\"Gpio\"/></provides> <provides><service name="Gpio"/></provides>
<config/> <config/>
</start>} </start>}