Update device.h

Enabled I2CSlave
pull/987/head
Wim 2015-03-21 15:26:20 +01:00
parent 52be993683
commit 153d03cb2b
1 changed files with 1 additions and 1 deletions

View File

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