Update SDK config for nRF52840 to disable UART1 instance (Mbed serial port uses UARTE peripheral)

pull/12160/head
George Beckstein 2020-01-10 11:32:47 -05:00
parent cb4f3db2a7
commit dd98d0102f
1 changed files with 1 additions and 1 deletions

View File

@ -5665,7 +5665,7 @@
// <e> UART1_ENABLED - Enable UART1 instance
//==========================================================
#ifndef UART1_ENABLED
#define UART1_ENABLED 1
#define UART1_ENABLED 0
#endif
// </e>