Minor: Fix documentation in netif.h

This commit is contained in:
Dirk Ziegelmeier 2017-02-15 14:38:34 +01:00
parent 498913b982
commit 3c9e05a6d9

View File

@ -595,8 +595,7 @@ typedef union
* Note: When parsing reason argument, keep in mind that more reasons may be added in the future!
* @param netif netif that is affected by change
* @param reason change reason
* @param num depends on reason, see reason description
* @param arg depends on reason, see reason description
* @param args depends on reason, see reason description
*/
typedef void (*netif_ext_callback_fn)(struct netif* netif, netif_nsc_reason_t reason, const netif_ext_callback_args_t* args);