Mercurial > public > hwos_code
diff src/comm.asm @ 424:0760850e0fe9
ignore 0x47 for standard hwOS
author | heinrichsweikamp |
---|---|
date | Thu, 12 May 2016 14:58:32 +0200 |
parents | ccaaac45b61a |
children | 8f8151bb53bb |
line wrap: on
line diff
--- a/src/comm.asm Mon May 02 12:41:20 2016 +0200 +++ b/src/comm.asm Thu May 12 14:58:32 2016 +0200 @@ -1050,7 +1050,9 @@ movff opt_safety_stop_end, TXREG1 ; RCREG1=0x45 dcfsnz WREG movff opt_safety_stop_reset, TXREG1 ; RCREG1=0x46 - + dcfsnz WREG + clrf TXREG1 ; RCREG1=0x47, ignore conservatism for standard hwOS + comm_read_abort: comm_read_done: bra comm_download_mode0 ; Done. Loop with timeout reset @@ -1348,6 +1350,8 @@ movff RCREG1, opt_safety_stop_end ; RCREG1=0x45 dcfsnz WREG movff RCREG1, opt_safety_stop_reset ; RCREG1=0x46 + dcfsnz WREG + nop ; RCREG1=0x47, ignore conservatism for standard hwOS comm_write_abort: