remove debugging code

This commit is contained in:
n0mjs710 2019-08-30 09:14:28 -05:00
parent 7a71d121f4
commit d01aed5ddd
1 changed files with 0 additions and 3 deletions

View File

@ -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')