From ce1a746833fb1faff5fd2678e788981f3b9a0f57 Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 21 Dec 2005 13:34:57 +0000 Subject: [PATCH] remove a bra to immediately following code --- detpic/nmra-stream.asm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/detpic/nmra-stream.asm b/detpic/nmra-stream.asm index 22ca20d..a555e23 100644 --- a/detpic/nmra-stream.asm +++ b/detpic/nmra-stream.asm @@ -308,13 +308,10 @@ toggle_output btg_fa PORTC,0 ; toggle booster output pin bt_fa_if0 PORTC,0 bra decide_next_bit - bra mid_bit - - + ; we're in mid-bit: ; if transition was 0->1 then we are mid-bit, so copy transmitbit to ; nextaction in preparation for 2nd half of bit and then return -mid_bit debug 'm' ; write 'm' to serial port bt_fa_if1 nmractrl,transmitbit bs_fa nmractrl,nextaction -- 2.30.2