From f40a13782d05b2b296bb05ba63fa843daa4d8e18 Mon Sep 17 00:00:00 2001 From: TheSomeMan Date: Wed, 16 Oct 2024 22:59:54 +0700 Subject: [PATCH] Fix doxygen warning --- src/ruuvi_endpoint_ca_uart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ruuvi_endpoint_ca_uart.h b/src/ruuvi_endpoint_ca_uart.h index eff108e..ae97a16 100644 --- a/src/ruuvi_endpoint_ca_uart.h +++ b/src/ruuvi_endpoint_ca_uart.h @@ -371,7 +371,7 @@ typedef struct /** * @brief Indicates the PHY on which the secondary advertising packet * was received. See BLE_GAP_PHYS. - * This field is set to @ref RE_CA_UART_BLE_PHY_NOT_SET if no packets were + * This field is set to RE_CA_UART_BLE_PHY_NOT_SET if no packets were * received on a secondary advertising channel. */ re_ca_uart_ble_phy_e secondary_phy: 4;