diff code_part1/OSTC_code_asm_part1/definitions.asm @ 529:e2acb601504c

some cleanup
author heinrichsweikamp
date Fri, 16 Dec 2011 21:13:28 +0100
parents d445f0627e86
children d0f719aa5166
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm	Tue Dec 13 21:00:40 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/definitions.asm	Fri Dec 16 21:13:28 2011 +0100
@@ -334,7 +334,7 @@
 active_gas              res 1   ; Holds number of active gas
 
 last_diluent            res 1   ; backup of diluent percentage in const ppO2 mode
-last_ppO2_value         res 1   ; last calculated ppO2 value
+;last_ppO2_value         res 1   ; last calculated ppO2 value
 
 debug_char              res 6    ; For debugmode
 
@@ -368,7 +368,7 @@
         movlw   low(tag)
         movff   WREG,temp10+0
         movlw   high(tag)
-        movff   WREG,temp10+0
+        movff   WREG,temp10+1
         call    PLED_resetdebugger
 @end:
     Endif