Skip to content
Snippets Groups Projects
Commit bddbe939 authored by Martine Lenders's avatar Martine Lenders
Browse files

gnrc_netif: remove premature doc group close

This adds `GNRC_NETIF_FLAGS_RAWMODE` to the `net_gnrc_netif_flags_t`
group.
parent 0dd711cb
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,6 @@ enum { ...@@ -128,7 +128,6 @@ enum {
* packet * packet
*/ */
#define GNRC_NETIF_FLAGS_MAC_RX_STARTED (0x00008000U) #define GNRC_NETIF_FLAGS_MAC_RX_STARTED (0x00008000U)
/** @} */
/** /**
* @brief Network interface is configured in raw mode * @brief Network interface is configured in raw mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment