# HG changeset patch
# User heinrichsweikamp
# Date 1412097593 -7200
# Node ID df449e5b1c81e7ffce3175ab22cb9b27feb5d5e5
# Parent  2f1f3da0ae98af1e6c7f478a14a370cbb1db8c06
BUGFIX: Future TTS in sensor mode

diff -r 2f1f3da0ae98 -r df449e5b1c81 src/isr.asm
--- a/src/isr.asm	Tue Sep 30 10:43:57 2014 +0200
+++ b/src/isr.asm	Tue Sep 30 19:19:53 2014 +0200
@@ -117,7 +117,6 @@
 
 isr_timer3:             ; IR-Link Timeout
 		bcf		T3CON,TMR3ON			; Stop Timer3
-        movff   ir_counter,char_I_extra_time
     	banksel isr_backup              ; Select Bank0 for ISR data.
         movlw   .15
         cpfseq  ir_counter              ; Got exact 15bytes?