Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Apr 24, 2024
1 parent fe7c298 commit 35207ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyrogue/hardware/axi/_AxiStreamDmaMon.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ def __init__(self, axiStreamDma, pollInterval=1, **kwargs):
axiStreamDma = axiStreamDma,
pollInterval = pollInterval,
))

self.add(AxiStreamDmaMonTx(
name = 'Tx',
axiStreamDma = axiStreamDma,
pollInterval = pollInterval,
))
))

0 comments on commit 35207ce

Please sign in to comment.