Skip to content

Commit 72acbdb

Browse files
committed
lib: db_discovery: fix macro doxygen
Signed-off-by: Asil Zogby <asilz@stud.ntnu.no>
1 parent 7866b69 commit 72acbdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/bm/bluetooth/ble_db_discovery.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
* @brief Macro for defining a ble_db_discovery instance.
2424
*
2525
* @param _name Name of the instance.
26-
* @hideinitializer
2726
*/
2827
#define BLE_DB_DISCOVERY_DEF(_name) \
2928
static struct ble_db_discovery _name = {.discovery_in_progress = 0, \

0 commit comments

Comments
 (0)