diff src/customview.asm @ 184:faa06c58e977

BUGFIX: Quit Apnea mode on the surface manually
author heinrichsweikamp
date Fri, 17 Oct 2014 13:31:14 +0200
parents 022b886eddaf
children ebc28381f17d
line wrap: on
line diff
--- a/src/customview.asm	Thu Oct 16 13:11:18 2014 +0200
+++ b/src/customview.asm	Fri Oct 17 13:31:14 2014 +0200
@@ -302,7 +302,7 @@
 menuview_view5:
 	btfss	FLAG_apnoe_mode					; In Apnoe mode?
 	bra		menuview_toggle 				; No, call next option
-	btfsc	FLAG_active_descent				; Are we descending?
+	btfss	FLAG_active_descent				; Are we descending?
 	bra		menuview_toggle 				; Yes
 ; We are at the surface:
 	STRCPY_TEXT_PRINT	tQuitSim			; "Quit Apnea mode?"