chiark / gitweb /
temp. removal of macro calling to stop complaints
authorceb <ceb>
Fri, 8 Apr 2005 21:52:41 +0000 (21:52 +0000)
committerceb <ceb>
Fri, 8 Apr 2005 21:52:41 +0000 (21:52 +0000)
cebpic/panic.asm

index 2ba5dcb1cc02198a71894f71c2d3be5f48e328bf..f88bcf8b5fb83056106f168b66de64d947751ac9 100644 (file)
@@ -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
 
 ;****************************************************************************