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
1 changed files with 2 additions and 2 deletions

View File

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