# HG changeset patch # User heinrichsweikamp # Date 1610637847 -3600 # Node ID a9a0188091e40389a904969974b3172b179c355a # Parent 8c1f1f334275a220e052667281b88f90a7b9f2b5 fix rare upgrade issue with OSTC sport 2019 hardware diff -r 8c1f1f334275 -r a9a0188091e4 src/hwos.asm --- a/src/hwos.asm Thu Oct 29 09:29:15 2020 +0100 +++ b/src/hwos.asm Thu Jan 14 16:24:07 2021 +0100 @@ -173,7 +173,7 @@ movwf cpu_speed_request ; store CPU shall run with normal speed movwf cpu_speed_state ; store CPU does run with normal speed - bcf RCON,SBOREN ; brown-out off (not needed here, is handled in bootloader) + ;bcf RCON,SBOREN ; brown-out off (not needed here, is handled in bootloader) bcf RCON,IPEN ; priority interrupts off banksel WDTCON