Skip to content

Commit e6e51c3

Browse files
committed
Update device.h
Enabled I2CSlave
1 parent 153d03c commit e6e51c3

File tree

1 file changed

+1
-1
lines changed
  • libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC82X/TARGET_SSCI824

1 file changed

+1
-1
lines changed

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC82X/TARGET_SSCI824/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 0
3030

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

3434
#define DEVICE_SPI 1
3535
#define DEVICE_SPISLAVE 1

0 commit comments

Comments
 (0)