Skip to content

Commit

Permalink
pkg/nimble/netif_conn: fix doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen committed Sep 10, 2021
1 parent 2a65637 commit 8982fdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/nimble/netif/include/nimble_netif_conn.h
Expand Up @@ -167,7 +167,8 @@ int nimble_netif_conn_start_connection(const uint8_t *addr);
* connection
*
* @return handle of the reserved context
* @return NIMBLE_NETIF_CONN_INVALID if no unused context was available
* @return -EALREADY if already advertising
* @return -ENOMEM if no memory slot is available
*/
int nimble_netif_conn_start_adv(void);

Expand Down

0 comments on commit 8982fdb

Please sign in to comment.