[NUCLEO_F030R8] modif in device.h to enable I2C slave and SPI slave

pull/284/head
dbestm 2014-04-29 15:45:28 +02:00
parent 839f1c0bad
commit 569da9ae6e
1 changed files with 2 additions and 2 deletions

View File

@ -42,10 +42,10 @@
#define DEVICE_SERIAL 1
#define DEVICE_I2C 1
#define DEVICE_I2CSLAVE 0
#define DEVICE_I2CSLAVE 1
#define DEVICE_SPI 1
#define DEVICE_SPISLAVE 0
#define DEVICE_SPISLAVE 1
#define DEVICE_RTC 1