From 57e6eba4845a6034b301afb2edec749bc2ebecd7 Mon Sep 17 00:00:00 2001 From: ceb Date: Sun, 13 Feb 2005 00:03:26 +0000 Subject: [PATCH] *** empty log message *** --- cebpic/i2c-test.asm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cebpic/i2c-test.asm b/cebpic/i2c-test.asm index 6afaf07..882221a 100644 --- a/cebpic/i2c-test.asm +++ b/cebpic/i2c-test.asm @@ -161,6 +161,11 @@ initialise common_setup + bsf SSPSTAT,7,0 ; disable slew rate control + bcf SSPSTAT,6,0 ; disable SMBus specific commands + ; (whatever that means) + + -- 2.30.2