chiark / gitweb /
minor change to timing of wit between error msgs
authorceb <ceb>
Sun, 15 May 2005 20:52:26 +0000 (20:52 +0000)
committerceb <ceb>
Sun, 15 May 2005 20:52:26 +0000 (20:52 +0000)
cebpic/morsepanic.asm

index f5daa4484ed3b5d910343a4c177ee6526e40a2ab..00190256c76e6b5fef15ee6bc00f1e1f6b553cb1 100644 (file)
@@ -9,6 +9,7 @@
 ; 10 10 10 00 | 1110 1110 | 1110 00 10 | 10 10
 
        include common.inc
+       include ../iwjpictest/insn-aliases.inc
 
        extern  led_green
        extern  led_red
@@ -140,9 +141,15 @@ informative_panic
 panic_loop
        call    led_black
        call    waiting
+       call    waiting
+       call    waiting
+       call    waiting
        call    morsemsg        ; transmit SOS in red
        call    led_black
        call    waiting
+       call    waiting
+       call    waiting
+       call    waiting
        call    registermsg     ; transmit contents of TESTFLASH in 
                                ; red(=low) and blue(=high)
         goto    panic_loop