diff src/eeprom_rs232.asm @ 198:c511dc403d7e

(Slightly) reduce current consumption in Eco and sleep mode
author heinrichsweikamp
date Mon, 10 Nov 2014 13:54:20 +0100
parents 669b5d00706d
children dcd513840c6c
line wrap: on
line diff
--- a/src/eeprom_rs232.asm	Thu Nov 06 15:28:59 2014 +0100
+++ b/src/eeprom_rs232.asm	Mon Nov 10 13:54:20 2014 +0100
@@ -177,7 +177,8 @@
 disable_rs232:
 	clrf	RCSTA1
 	clrf	TXSTA1					; UART disable
-	bsf		TRISC,6					; Input
+    bcf     PORTC,6                 ; TX hard to GND
+;	bsf		TRISC,6					; Input
 	return
 
 	global	rs232_wait_tx