mirror of
https://github.com/espressif/openthread.git
synced 2026-08-15 23:27:47 +00:00
[doxygen] remove empty line at end of block (#10748)
This commit is contained in:
@@ -49,7 +49,6 @@
|
||||
* @def OPENTHREAD_CONFIG_CLI_UART_RX_BUFFER_SIZE
|
||||
*
|
||||
* The size of CLI UART RX buffer in bytes.
|
||||
*
|
||||
*/
|
||||
#ifndef OPENTHREAD_CONFIG_CLI_UART_RX_BUFFER_SIZE
|
||||
#if OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE
|
||||
@@ -63,7 +62,6 @@
|
||||
* @def OPENTHREAD_CONFIG_CLI_TX_BUFFER_SIZE
|
||||
*
|
||||
* The size of CLI message buffer in bytes.
|
||||
*
|
||||
*/
|
||||
#ifndef OPENTHREAD_CONFIG_CLI_UART_TX_BUFFER_SIZE
|
||||
#define OPENTHREAD_CONFIG_CLI_UART_TX_BUFFER_SIZE 1024
|
||||
@@ -106,7 +104,6 @@ uint16_t sSendLength;
|
||||
/**
|
||||
* Macro to acquire an exclusive lock of uart cli output
|
||||
* Default implementation does nothing
|
||||
*
|
||||
*/
|
||||
#ifndef OT_CLI_UART_OUTPUT_LOCK
|
||||
#define OT_CLI_UART_OUTPUT_LOCK() \
|
||||
@@ -118,7 +115,6 @@ uint16_t sSendLength;
|
||||
/**
|
||||
* Macro to release the exclusive lock of uart cli output
|
||||
* Default implementation does nothing
|
||||
*
|
||||
*/
|
||||
#ifndef OT_CLI_UART_OUTPUT_UNLOCK
|
||||
#define OT_CLI_UART_OUTPUT_UNLOCK() \
|
||||
|
||||
Reference in New Issue
Block a user