ng_netconf: define maximum number of options

dev/timer
Martine Lenders 8 years ago committed by Martine Lenders
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…
Cancel
Save