Skip to content

Commit c3cd171

Browse files
committed
Merge pull request #987 from Willem23/patch-1
LPC82X - Fixed hardcoded MRT_Clock_MHz
2 parents 643cd23 + e6e51c3 commit c3cd171

File tree

4 files changed

+451
-196
lines changed

4 files changed

+451
-196
lines changed

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC82X/TARGET_LPC824/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

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)