From: hackbard Date: Wed, 16 Feb 2011 12:06:22 +0000 (+0100) Subject: corrected careless mistake X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fatmel.git;a=commitdiff_plain;h=96c049990876625353c38ab10fd8bf0e698b3973 corrected careless mistake --- 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