Disable I2C slave

pull/1121/head
hjjeon0608 2015-05-22 14:08:01 +09:00
parent 8fae6b7a85
commit fef219f493
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
#define DEVICE_SERIAL 1 #define DEVICE_SERIAL 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