Removed TODO resolved in #1121

This commit is contained in:
Andrew Murray 2017-01-07 10:14:49 +11:00
parent 3ac9ab6fa2
commit 1fb00976f5

View File

@ -28,7 +28,6 @@ else:
# Input, le = little endian, be = big endian # Input, le = little endian, be = big endian
# TODO: replace with more readable struct.unpack equivalent
def i16le(c, o=0): def i16le(c, o=0):
""" """
Converts a 2-bytes (16 bits) string to an unsigned integer. Converts a 2-bytes (16 bits) string to an unsigned integer.