Skip to content

Commit dd98d01

Browse files
committed
Update SDK config for nRF52840 to disable UART1 instance (Mbed serial port uses UARTE peripheral)
1 parent cb4f3db commit dd98d01

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/config

1 file changed

+1
-1
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/config/sdk_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5665,7 +5665,7 @@
56655665
// <e> UART1_ENABLED - Enable UART1 instance
56665666
//==========================================================
56675667
#ifndef UART1_ENABLED
5668-
#define UART1_ENABLED 1
5668+
#define UART1_ENABLED 0
56695669
#endif
56705670
// </e>
56715671

0 commit comments

Comments
 (0)