changeset 610:2ce43f09586e

Mod for new pcb designs
author heinrichsweikamp
date Wed, 09 Jan 2019 18:35:20 +0100
parents 6341f6663579
children cd7991986ace
files src/hwos.asm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/hwos.asm	Wed Jan 09 15:13:36 2019 +0100
+++ b/src/hwos.asm	Wed Jan 09 18:35:20 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
 
-	bcf		RCON,SBOREN			; brown-out off
+	bsf		RCON,SBOREN			; brown-out on (For new pcb designs)
 	bcf		RCON,IPEN			; priority interrupts off
 
 	banksel	WDTCON