Commit fd1f4392 authored by Dipak Shetty's avatar Dipak Shetty Committed by Daniel DeGrasse
Browse files

include: zephyr: bluetooth: uuid: fix typo in characteristic doxygen



Fixes correct GATT characteristic description for Device Time.

Signed-off-by: default avatarDipak Shetty <shetty.dipak@gmx.com>
parent 708c1dc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4221,7 +4221,7 @@ struct bt_uuid_128 {
 */
#define BT_UUID_GATT_DEVT_VAL 0x2b90
/**
 *  @brief GATT Characteristic String
 *  @brief GATT Characteristic Device Time
 */
#define BT_UUID_GATT_DEVT \
	BT_UUID_DECLARE_16(BT_UUID_GATT_DEVT_VAL)