Commit d11ccc2
committed
svd-encoder: fix device node 'headerDefinitionsPrefix'
This fixes a typo when encoding the `headerDefinitionsPrefix` node
in a device, which otherwise results in an invalid XML generated
by `svdtools patch`:
```
$ xmllint --schema svd/cmsis-svd.xsd --noout svd/lpc1342.svd.patched
svd/lpc1342.svd.patched:15: element header_definitions_prefix:
Schemas validity error : Element 'header_definitions_prefix':
This element is not expected.
Expected is one of ( headerSystemFilename, headerDefinitionsPrefix, addressUnitBits )
```1 parent 1345326 commit d11ccc2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments