mirror of https://github.com/ARMmbed/mbed-os.git
Update SDK config for nRF52840 to disable UART1 instance (Mbed serial port uses UARTE peripheral)
parent
cb4f3db2a7
commit
dd98d0102f
|
@ -5665,7 +5665,7 @@
|
|||
// <e> UART1_ENABLED - Enable UART1 instance
|
||||
//==========================================================
|
||||
#ifndef UART1_ENABLED
|
||||
#define UART1_ENABLED 1
|
||||
#define UART1_ENABLED 0
|
||||
#endif
|
||||
// </e>
|
||||
|
||||
|
|
Loading…
Reference in New Issue