diff src/calibrate.asm @ 631:185ba2f91f59

3.09 beta 1 release
author heinrichsweikamp
date Fri, 28 Feb 2020 15:45:07 +0100
parents c40025d8e750
children 4050675965ea
line wrap: on
line diff
--- a/src/calibrate.asm	Fri Feb 21 10:51:36 2020 +0100
+++ b/src/calibrate.asm	Fri Feb 28 15:45:07 2020 +0100
@@ -1,6 +1,6 @@
 ;=============================================================================
 ;
-;   File calibration.asm                      combined next generation V3.03.1
+;   File calibration.asm                      combined next generation V3.08.8
 ;
 ;   o2 sensor calibration subroutines
 ;
@@ -42,7 +42,7 @@
 	addwf	lo,F							; add byte to checksum
 tx_to_HUD_cs:								; entry point to transmit the checksum
 	movff	WREG,TXREG2						; transmit byte
-	call	rs232_wait_tx2					; wait for UART
+	call	ir_s8_wait_tx					; wait for UART
 	return
 
 
@@ -222,7 +222,6 @@
 
 	return									; done
 
-
  ENDIF	; _external_sensor
 
 ;=============================================================================