From 96c049990876625353c38ab10fd8bf0e698b3973 Mon Sep 17 00:00:00 2001 From: hackbard Date: Wed, 16 Feb 2011 13:06:22 +0100 Subject: [PATCH] corrected careless mistake --- monolyzer/main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monolyzer/main.asm b/monolyzer/main.asm index b5ed20c..73aaf5e 100644 --- a/monolyzer/main.asm +++ b/monolyzer/main.asm @@ -136,7 +136,7 @@ WAIT_FOR_HIGH: SAMPLE: ; sample as long as there is storage capacity - sbrs state,0 + sbrc state,0 rjmp SAMPLE ; timer0 interrupt disable -- 2.20.1