diff --git a/ambe_audio.py b/ambe_audio.py index 54d6ce9..6795229 100755 --- a/ambe_audio.py +++ b/ambe_audio.py @@ -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() #