Skip to content

Commit

Permalink
docstring: add missing docstring first line
Browse files Browse the repository at this point in the history
  • Loading branch information
fvalette-ledger committed Jul 12, 2024
1 parent 78028da commit 2e02840
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/svd2json/svd2json.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ def _parse_interrupt(self, node: ElementTree.Element) -> None:

def _peripheral_name_fixup(self) -> None:
"""
Peripheral(s) name fixup.
Some SVD may have the peripheral's name as prefix for register's name
As this is not consistent **AND** there is already such a concatenation
in peripherals layout template, we can trim this
Expand Down

0 comments on commit 2e02840

Please sign in to comment.