diff code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 412:b2c9cc018671

small cleanup
author heinrichsweikamp
date Wed, 13 Jul 2011 11:12:43 +0200
parents c6f9eb123b85
children c72461857a74
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Tue Jul 12 20:21:57 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Wed Jul 13 11:12:43 2011 +0200
@@ -3140,9 +3140,9 @@
 	;xA/xB=xC with xA as remainder 	
 	call		div16x16				; xC+0=p_amb/10
 
-;	; char_I_const_ppO2 > p_amb/10 -> Not physically possible! -> Display actual value!
-;	tstfsz	xC+1				; xC>255
-;	setf	xC+0				; Yes, set xC+0 to 2,55bar ppO2
+	; char_I_const_ppO2 > p_amb/10 -> Not physically possible! -> Display actual value!
+	tstfsz	xC+1				; xC>255
+	setf	xC+0				; Yes, set xC+0 to 2,55bar ppO2
 
 	movff		ppO2_setpoint_store,WREG
 	cpfslt		xC+0							; Setpoint value possible?