1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

Merge pull request #10719 from miri64/gnrc_netif/enh/add-l2addr-to-doc

gnrc_netif: add l2addr members to doc
This commit is contained in:
Martine Lenders 2019-01-07 15:43:10 +01:00 committed by GitHub
commit 242bb55c24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ typedef struct {
* @see net_gnrc_netif_flags
*/
uint32_t flags;
#if (GNRC_NETIF_L2ADDR_MAXLEN > 0)
#if (GNRC_NETIF_L2ADDR_MAXLEN > 0) || DOXYGEN
/**
* @brief The link-layer address currently used as the source address
* on this interface.