Some minor documentation fixes

This commit is contained in:
Dirk Ziegelmeier
2017-02-14 20:28:43 +01:00
parent bbedb35bf3
commit 4434762a08
3 changed files with 8 additions and 2 deletions

View File

@@ -1405,6 +1405,7 @@ netif_find(const char *name)
* @ingroup netif
* Add extended netif events listener
* @param callback pointer to listener structure
* @param fn callback function
*/
void netif_add_ext_callback(netif_ext_callback_t* callback, netif_ext_callback_fn fn)
{