You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 )
```
0 commit comments