From e60ad5a37815aef7e40a0ac4d4c0f5702c0457d2 Mon Sep 17 00:00:00 2001 From: ceb Date: Fri, 8 Apr 2005 21:52:41 +0000 Subject: [PATCH] temp. removal of macro calling to stop complaints --- cebpic/panic.asm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/cebpic/panic.asm b/cebpic/panic.asm index 2ba5dcb..f88bcf8 100644 --- a/cebpic/panic.asm +++ b/cebpic/panic.asm @@ -129,11 +129,9 @@ readout_led_on readout_led_off bsf TRISD,2,0 ; make pin RD2 an input (i.e. set Z, black) - - - - - + incf WREG4,1,0 ; increment loop counter + call waiting + goto readout_loop endm @@ -236,7 +234,7 @@ informative_panic panic_loop ; errmsg err_SOS,RED ; transmit SOS in red readout SSPCON1,RED ; transmit contents of SSPCON1 in red - readout BLANK,RED ; transmit blank buffer +; readout BLANK,RED ; transmit blank buffer goto panic_loop ;**************************************************************************** -- 2.30.2