diff code_part1/OSTC_code_asm_part1/divemode.asm @ 141:622da16b768f

LowBatt! Warning in divemode
author heinrichsweikamp
date Thu, 06 Jan 2011 18:36:22 +0100
parents 03df42de03e1
children a1960295433b 144822282fa3
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode.asm	Thu Jan 06 18:12:15 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/divemode.asm	Thu Jan 06 18:36:22 2011 +0100
@@ -96,7 +96,7 @@
 diveloop_loop1x:
 	call	timeout_divemode				; dive finished? This routine sets the required flags
 	btfsc	low_battery_state				; If battery is low, then...
-	call	update_batt_voltage_divemode	; Display Battery Symbol/Voltage!
+	call	update_batt_voltage_divemode	; Display Battery Warning Text
 	btfsc	premenu							; is Menu? displayed?
 	call	timeout_premenu_divemode		; No, so check for timeout premenu
 	btfsc	menubit							; is the Dive mode menu displayed?