remove all uart pin from nrf52840 board, since it is not used.

This commit is contained in:
hathach
2020-03-25 18:18:27 +07:00
parent 09fdd7dee2
commit 6b3f70db47
20 changed files with 80 additions and 185 deletions

View File

@ -47,15 +47,6 @@
#define BUTTON_2 _PINNUM(0, 10)
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
/*------------------------------------------------------------------*/
/* UART (only used by nRF52832)
*------------------------------------------------------------------*/
#define RX_PIN_NUMBER 8
#define TX_PIN_NUMBER 6
#define CTS_PIN_NUMBER 0
#define RTS_PIN_NUMBER 0
#define HWFC false
//--------------------------------------------------------------------+
// BLE OTA
//--------------------------------------------------------------------+