diff src/hwos.asm @ 611:cd7991986ace

undo BOR bit
author heinrichsweikamp
date Wed, 09 Jan 2019 21:28:53 +0100
parents 2ce43f09586e
children 6dd6b37da7c8
line wrap: on
line diff
--- a/src/hwos.asm	Wed Jan 09 18:35:20 2019 +0100
+++ b/src/hwos.asm	Wed Jan 09 21:28:53 2019 +0100
@@ -50,7 +50,7 @@
 	movff	WREG,cpu_speed_request	; CPU shall run with normal speed
 	movff	WREG,cpu_speed_state	; CPU does  run with normal speed
 
-	bsf		RCON,SBOREN			; brown-out on (For new pcb designs)
+	bcf		RCON,SBOREN			; brown-out off (Not needed, set in bootloader)
 	bcf		RCON,IPEN			; priority interrupts off
 
 	banksel	WDTCON