From: ian Date: Fri, 25 Jan 2008 22:30:59 +0000 (+0000) Subject: fix things up so it compiles, after merge X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=d9f3330524af6829d56763b54a768a7bcf167f7f;p=trains.git fix things up so it compiles, after merge --- diff --git a/detpic/program.asm b/detpic/program.asm index 7baba73..2a87efe 100644 --- a/detpic/program.asm +++ b/detpic/program.asm @@ -60,7 +60,6 @@ master_init call memory_erase clr_f flags call serial_init - call startwait call i2cm_init call serialtxbuf_init call polarity_master_init @@ -103,27 +102,6 @@ master_interrupt_low @ Dl 0x8f panic morse_IL -;---------------------------------------- -startwait -; We pause before starting up to give slaves a chance to wake up. -; -; Timer 0 any trashed, left running -; GIEH, GIEL remain continuously disabled -; - clr_f T0CON - bc_f INTCON,TMR0IF - mov_lw startwait_master_t0inith - mov_wf TMR0H - mov_lw startwait_master_t0initl - mov_wf TMR0L - mov_lw (1<