Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bengineerd committed Jun 12, 2024
1 parent 41228e2 commit 46e0615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/surf/axi/_AxiVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def parseUpTime(var,read):
base = pr.UInt,
mode = 'RW',
hidden = True,
groups = 'NoConfig'
groups = 'NoConfig'
))

@self.command(hidden=True)
Expand All @@ -135,7 +135,7 @@ def FpgaReloadAtAddress(arg):
bitOffset = 0x00,
base = pr.UInt,
mode = 'RW',
groups = 'NoConfig'
groups = 'NoConfig'
))

@self.command(description = 'Toggle UserReset')
Expand Down

0 comments on commit 46e0615

Please sign in to comment.