nrf8001: Doxygen documentation warning fixes
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
committed by
Mihai Tudor Panu
parent
da321e43f5
commit
025ce478be
@@ -60,10 +60,14 @@
|
||||
*/
|
||||
#define UART_OVER_BLE_TRANSMIT_OK (0x04)
|
||||
|
||||
/**
|
||||
* @struct uart_over_ble_t
|
||||
* @brief State of the UART RTS over Bluetooth Low Energy(BLE)
|
||||
*/
|
||||
typedef struct
|
||||
{
|
||||
uint8_t uart_rts_local; /* State of the local UART RTS */
|
||||
uint8_t uart_rts_remote; /* State of the remote UART RTS */
|
||||
uint8_t uart_rts_local; /**< State of the local UART RTS */
|
||||
uint8_t uart_rts_remote; /**< State of the remote UART RTS */
|
||||
} uart_over_ble_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user