mirror of
https://github.com/ShaYmez/hblink3.git
synced 2024-11-21 15:41:49 -05:00
remove debugging code
This commit is contained in:
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…
Reference in New Issue
Block a user