targets/Linux/XSD
author |
Edouard Tisserant <edouard.tisserant@gmail.com> |
|
Sun, 21 Feb 2021 21:38:44 +0100 |
branch | svghmi |
changeset 3155 |
99ce78ddd353 |
parent 204 |
f572ab819769
|
child 3732 |
929276eea252 |
permissions |
-rw-r--r-- |
SVGHMI: finally found why HMI:Input wasnt't initializing properly: vsprintf takes a list. Also, removed intermediate variable last_val, since edit_value() works on strings anyhow, and in case of formated floats, it is better to workl on already formated value.
203
|
1 |
|
|
2 |
<xsd:element name="Linux">
|
|
3 |
<xsd:complexType>
|
|
4 |
%(toolchain_gcc)s
|
|
5 |
</xsd:complexType>
|
|
6 |
</xsd:element> |