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:
John Van Drasek
2015-01-22 11:29:31 -08:00
committed by Mihai Tudor Panu
parent da321e43f5
commit 025ce478be
3 changed files with 20 additions and 16 deletions

View File

@@ -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;
/**