remove debugging code

voice_telemetry
n0mjs710 7 years ago
parent 7a71d121f4
commit d01aed5ddd

@ -30,9 +30,6 @@ HEADBITS = 0b00100001
BURSTBITS = [0b00010000,0b00000001,0b00000010,0b00000011,0b00000100,0b00000101]
TERMBITS = 0b00100010
HEADBITS = 0b00000000
TERMBITS = 0b00000000
# Need a bitstring of 4-bytes of zero for burst F
NULL_EMB_LC = bitarray(endian='big')
NULL_EMB_LC.frombytes(b'\x00\x00\x00\x00')

Loading…
Cancel
Save

Powered by TurnKey Linux.