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

ng_netconf: define maximum number of options

parent ae3d88fc
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,13 @@ typedef enum {
NETCONF_OPT_AUTOCCA, /**< en/disable to check automatically
before sending the channel is clear. */
/* add more options if needed */
/**
* @brief maximum number of options defined here
*
* @note Interfaces are not meant to respond to that.
*/
NETCONF_OPT_NUMOF,
} ng_netconf_opt_t;
/**
......
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