Update device.h

Disabled DEVICE_I2CSLAVE option for LPC812 until the dedicated i2c_slave_byte_read() and i2c_slave_byte_write() functions have been added for all platforms.
pull/881/head
Wim 2015-02-06 21:14:19 +01:00
parent 83d87140aa
commit 1e098305ef
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#define DEVICE_SERIAL_FC 1 #define DEVICE_SERIAL_FC 1
#define DEVICE_I2C 1 #define DEVICE_I2C 1
#define DEVICE_I2CSLAVE 1 #define DEVICE_I2CSLAVE 0
#define DEVICE_SPI 1 #define DEVICE_SPI 1
#define DEVICE_SPISLAVE 1 #define DEVICE_SPISLAVE 1