Skip to content

Commit ca41874

Browse files
disabled i2c slave
1 parent cd524f3 commit ca41874

File tree

1 file changed

+1
-1
lines changed
  • libraries/mbed/targets/hal/TARGET_ARM_SSG/TARGET_IOTSS

1 file changed

+1
-1
lines changed

libraries/mbed/targets/hal/TARGET_ARM_SSG/TARGET_IOTSS/device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define DEVICE_SERIAL_FC 1
3030

3131
#define DEVICE_I2C 1
32-
#define DEVICE_I2CSLAVE 1
32+
#define DEVICE_I2CSLAVE 0
3333

3434
#define DEVICE_SPI 1
3535
#define DEVICE_SPISLAVE 1

0 commit comments

Comments
 (0)