changeset 593:c31e0292bc92

doc update (clarification/correction of max. depth reading header data)
author heinrichsweikamp
date Sat, 28 Apr 2018 11:26:08 +0200
parents 05053910d668
children b891cd260d1b
files doc/hwos_interface.odt doc/hwos_interface.pdf src/clib.lib src/comm.asm
diffstat 4 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
Binary file doc/hwos_interface.odt has changed
Binary file doc/hwos_interface.pdf has changed
Binary file src/clib.lib has changed
--- a/src/comm.asm	Wed Apr 18 17:03:52 2018 +0200
+++ b/src/comm.asm	Sat Apr 28 11:26:08 2018 +0200
@@ -1004,7 +1004,7 @@
 	dcfsnz	WREG
 	movff	opt_calibration_O2_ratio, TXREG1; RCREG1=0x37
 	dcfsnz	WREG
-	clrf	TXREG1						; RCREG1=0x38	NOT USED ANYMORE (ex opt_sensor_fallback)
+	clrf	TXREG1				; RCREG1=0x38	NOT USED ANYMORE (ex opt_sensor_fallback)
 	dcfsnz	WREG
 	movff	opt_flip_screen, TXREG1		; RCREG1=0x39
 	dcfsnz	WREG
@@ -1353,7 +1353,7 @@
 	dcfsnz	WREG
 	movff	RCREG1, opt_calibration_O2_ratio; RCREG1=0x37
 	dcfsnz	WREG
-	nop										; RCREG1=0x38	NOT USED ANYMORE (ex opt_sensor_fallback)
+	nop						; RCREG1=0x38	NOT USED ANYMORE (ex opt_sensor_fallback)
 	dcfsnz	WREG
 	movff	RCREG1, opt_flip_screen			; RCREG1=0x39
 	dcfsnz	WREG