Comment useless check (TODO: Implement)

This commit is contained in:
Raphael Assenat 2015-10-27 23:57:43 -04:00
parent 3ff63e9df1
commit 5759944a1e
1 changed files with 4 additions and 2 deletions

View File

@ -77,7 +77,8 @@ waitlow_lp:
rjmp waitlow_lp
adiw xl, 1 ; count this bit
breq overflow ; > 255
; TODO : Check maximum size
;breq overflow ; > 255
#if 0
st z+, r19
@ -105,7 +106,8 @@ waithigh_lp:
timeout_waitlow:
adiw xl, 1 ;
breq overflow ; > 255
; TODO : Check maximum size
;breq overflow ; > 255
; Compare the low period and the high period.
sub r19, r21