diff src/tft_outputs.asm @ 99:87cc1adfe4da

show event "bailout" in the internal logbook
author heinrichsweikamp
date Fri, 02 May 2014 14:13:35 +0200
parents 24b3fd59e61f
children 37275e0fa7f5
line wrap: on
line diff
--- a/src/tft_outputs.asm	Thu May 01 21:16:31 2014 +0200
+++ b/src/tft_outputs.asm	Fri May 02 14:13:35 2014 +0200
@@ -3729,7 +3729,9 @@
 	btfsc	simulatormode_active	; Do apply salinity in Simulatormode
 	return
 
+    global  adjust_depth_with_salinity_log
     movff   opt_salinity,WREG       ; 0-5%
+adjust_depth_with_salinity_log: ; computes salinity setting (FROM WREG!) into lo:hi [mbar]
 	addlw	d'100'                  ; 1.00kg/l
 	movwf	wait_temp