Update device.h

Enabled I2CSlave
pull/987/head
Wim 2015-03-21 15:26:57 +01:00
parent 153d03cb2b
commit e6e51c3375
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