From af42deefb36ce85b51c2dcec8fba17dfe641fc11 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 26 Dec 2005 13:02:27 +0000 Subject: [PATCH] make it compile again --- detpic/morse.messages | 18 +++++++++--------- detpic/points.asm | 1 + 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/detpic/morse.messages b/detpic/morse.messages index 498737f..24ac7fb 100644 --- a/detpic/morse.messages +++ b/detpic/morse.messages @@ -49,27 +49,27 @@ TI2 ; for iwj TI3 ; for iwj TI4 ; for iwj TI5 ; for iwj -ZM i2clib:st,:sspstat,:sspcon1,:sspcon2 ; for testing # Unimplemented things UER UEC USP UPC +UCT UCI UCP UC URM # Messages for i2clib, S* -SM i2clib:st,:sspstat,:sspcon1,:sspcon2 ; m.,i., ctrlr bad state +SM i2clib+panic:st,:sspstat,:sspcon1,:sspcon2 ; m.,i., ctrlr bad state SS SSPSTAT,SSPCON1 ; s.,i., controller bad state -SK i2clib:slave ; m. couldn't address slave (no ack) -SN i2clib:slave ; improper slave number -SB i2clib:st ; improper i2cm_{read,write}_start -SF i2clib:st ; improper i2cmu_write_next_byte Z -SA i2clib:st ; improper i2cm_read_another -SD i2clib:st ; impr. i2cm_read_done/i2cs_read_data +SK i2clib+panic:slave ; m. couldn't address slave (no ack) +SN i2clib+panic:slave ; improper slave number +SB i2clib+panic:st ; improper i2cm_{read,write}_start +SF i2clib+panic:st ; improper i2cmu_write_next_byte Z +SA i2clib+panic:st ; improper i2cm_read_another +SD i2clib+panic:st ; impr. i2cm_read_done/i2cs_read_data # Messages for slave detection/i2c DQ FSR2L,::outmsg_end ; previous slave read incomplete @@ -78,7 +78,7 @@ DX ::t ; slave received wrong message byte DB detect:message_buffer ; slave_add_short_message overrun DF ::t ; slave pic2detinfo[0] invalid bits DG ::t ; too many slaves in pic2detinfo -DM ::buf0 ; master has MM bit set in buf0 +DM detect:buf0 ; master has MM bit set in buf0 # Messages for specific peripherals: # R - Reversers (polarity) diff --git a/detpic/points.asm b/detpic/points.asm index 77f3544..c194bb6 100644 --- a/detpic/points.asm +++ b/detpic/points.asm @@ -303,6 +303,7 @@ points_getwritebyte near_gots code +cdu_tick panic morse_UCT cdu_init panic morse_UCI ; For master pic only. Sorts out the CDU's pin. -- 2.30.2