Merge pull request #5008 from immesys/fix-stub
ndp: fix stub parameters
This commit is contained in:
commit
6bb6d1a1d6
@ -123,7 +123,7 @@ void gnrc_ndp_internal_send_rtr_adv(kernel_pid_t iface, ipv6_addr_t *src,
|
|||||||
* This macro is primarily an optimization to not go into the function defined
|
* This macro is primarily an optimization to not go into the function defined
|
||||||
* above.
|
* above.
|
||||||
*/
|
*/
|
||||||
#define gnrc_ndp_internal_send_rtr_adv(iface, dst, fin)
|
#define gnrc_ndp_internal_send_rtr_adv(iface, src, dst, fin)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user