diff src/sleepmode.asm @ 640:8c1f1f334275

3.13 release
author heinrichsweikamp
date Thu, 29 Oct 2020 09:29:15 +0100
parents 4050675965ea
children 7d8a4c60ec1a
line wrap: on
line diff
--- a/src/sleepmode.asm	Mon Aug 10 15:34:38 2020 +0200
+++ b/src/sleepmode.asm	Thu Oct 29 09:29:15 2020 +0100
@@ -119,6 +119,7 @@
 	bcf		PIE1,TMR1IE						; disable timer 1 interrupt
 	bcf		PIE2,TMR3IE						; disable timer 2 interrupt
 	bcf		PIE5,TMR7IE						; disable timer 7 interrupt
+	bcf		PIE5,TMR4IE						; disable timer 4 interrupt
 	bcf		INTCON, INT0IE					; disable INT0    interrupt
 	bcf		INTCON3,INT1IE					; disable INT1    interrupt
 
@@ -155,6 +156,7 @@
 	bsf		PIE1,TMR1IE						; enable timer 1 interrupt
 	bsf		PIE2,TMR3IE						; enable timer 2 interrupt
 	bsf		PIE5,TMR7IE						; enable timer 7 interrupt
+	bsf		PIE5,TMR4IE						; enable timer 4 interrupt
 	bsf		INTCON, INT0IE					; enable INT0    interrupt
 	bsf		INTCON3,INT1IE					; enable INT1    interrupt