ng_netconf: define maximum number of options

This commit is contained in:
Martine Lenders 2015-05-26 23:48:27 +02:00 committed by Martine Lenders
parent ae3d88fcae
commit e56f5ae1ed

View File

@ -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;
/**