mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2025-02-07 02:30:14 -05:00
Comment useless check (TODO: Implement)
This commit is contained in:
parent
3ff63e9df1
commit
5759944a1e
@ -77,7 +77,8 @@ waitlow_lp:
|
|||||||
rjmp waitlow_lp
|
rjmp waitlow_lp
|
||||||
|
|
||||||
adiw xl, 1 ; count this bit
|
adiw xl, 1 ; count this bit
|
||||||
breq overflow ; > 255
|
; TODO : Check maximum size
|
||||||
|
;breq overflow ; > 255
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
st z+, r19
|
st z+, r19
|
||||||
@ -105,7 +106,8 @@ waithigh_lp:
|
|||||||
|
|
||||||
timeout_waitlow:
|
timeout_waitlow:
|
||||||
adiw xl, 1 ;
|
adiw xl, 1 ;
|
||||||
breq overflow ; > 255
|
; TODO : Check maximum size
|
||||||
|
;breq overflow ; > 255
|
||||||
|
|
||||||
; Compare the low period and the high period.
|
; Compare the low period and the high period.
|
||||||
sub r19, r21
|
sub r19, r21
|
||||||
|
Loading…
Reference in New Issue
Block a user