mirror of
https://github.com/espressif/openthread.git
synced 2026-07-23 04:24:06 +00:00
[nrf52811] fix uart hwfc define in the platform config (#3606)
This commit is contained in:
committed by
Jonathan Hui
parent
80c98ac824
commit
697aa0259c
@@ -73,17 +73,13 @@
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @def UART_HWFC
|
||||
* @def UART_HWFC_ENABLED
|
||||
*
|
||||
* UART Hardware Flow Control.
|
||||
*
|
||||
* @brief Possible values:
|
||||
* \ref NRF_UART_HWFC_ENABLED - HW Flow control enabled.
|
||||
* \ref NRF_UART_HWFC_DISABLED - HW Flow control disabled.
|
||||
* Enable UART Hardware Flow Control.
|
||||
*
|
||||
*/
|
||||
#ifndef UART_HWFC
|
||||
#define UART_HWFC NRF_UART_HWFC_ENABLED
|
||||
#ifndef UART_HWFC_ENABLED
|
||||
#define UART_HWFC_ENABLED 1
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user