Fix refactor bug
This commit is contained in:
parent
0c809a86c1
commit
595d60a587
@ -83,7 +83,7 @@ class ambeIPSC(IPSC):
|
||||
|
||||
|
||||
# Utility function to convert bytes to string of hex values (for debug)
|
||||
def ByteToHex( byteStr ):
|
||||
def ByteToHex( self, byteStr ):
|
||||
return ''.join( [ "%02X " % ord(x) for x in byteStr ] ).strip()
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user