Forgot to adapt #define in my last commit

This commit is contained in:
Dirk Ziegelmeier 2017-02-14 11:00:34 +01:00
parent 8025b85694
commit 1b2c8974b8

View File

@ -554,7 +554,7 @@ void netif_invoke_ext_callback(struct netif* netif, netif_nsc_reason_t reason, u
#else
#define NETIF_DECLARE_EXT_CALLBACK(name)
#define netif_add_ext_callback(callback, fn)
#define netif_invoke_ext_callback(netif, reason, arg, oldaddr, newaddr)
#define netif_invoke_ext_callback(netif, reason, num, arg)
#endif
#ifdef __cplusplus