Helmut Schmücker / mbed-RtosI2cDriver

Dependencies:   mbed-rtos mbed-src

Revision:
5:8a418c89e515
Parent:
4:eafa7efcd771
Child:
6:5b98c902a659
--- a/I2CDriver.cpp	Sat Apr 20 09:52:09 2013 +0000
+++ b/I2CDriver.cpp	Sat Apr 20 11:56:35 2013 +0000
@@ -5,7 +5,7 @@
 using namespace mbed;
 using namespace rtos;
 
-#define I2C_ISR_DRV_SIG (1<<7)
+//#define I2C_ISR_DRV_SIG (1<<7)
 #define DRV_USR_SIG (1<<6)
 
 const PinName I2CDriver::c_sdas[] = {p9,p28};