Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
bat52 committed Oct 25, 2024
1 parent 539dd0f commit ca8a72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cheap_pie/cheap_pie_core/cbitfield.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def getbit(self, regval=None, echo=False, as_signed=False):
#
return fieldval

def setbit(self, fieldval=0, echo=False, writeback=True,
def setbit(self, fieldval=0, echo=False, writeback=True,
regval=None, verify=True): # pylint: disable=W1113, R0913
""" function display(self,regval)
# displays value of a bitfield from a register value
Expand Down

0 comments on commit ca8a72a

Please sign in to comment.