ng_netconf: define maximum number of options
This commit is contained in:
parent
ae3d88fcae
commit
e56f5ae1ed
@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user