Skip to content

Commit d7fbee9

Browse files
authored
Remove comment (#299)
1 parent 6c8e452 commit d7fbee9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Software/Python/gopigo.py

-1
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,6 @@ def disable_com_timeout():
602602
# l[1]-timeout_status
603603
def read_status():
604604
st=bus.read_byte(address)
605-
# Karan, can you double check this one?
606605
st_reg=[st & (1 <<0),(st & (1 <<1))//2]
607606
return st_reg
608607

0 commit comments

Comments
 (0)