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:
commit
242bb55c24
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user