From: ceb Date: Fri, 8 Apr 2005 21:52:41 +0000 (+0000) Subject: temp. removal of macro calling to stop complaints X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=e60ad5a37815aef7e40a0ac4d4c0f5702c0457d2;p=trains.git temp. removal of macro calling to stop complaints --- 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 ;****************************************************************************