mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ndp: fix stub parameters
This commit is contained in:
parent
2c33e69def
commit
2f001776db
@ -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
|
||||
* above.
|
||||
*/
|
||||
#define gnrc_ndp_internal_send_rtr_adv(iface, dst, fin)
|
||||
#define gnrc_ndp_internal_send_rtr_adv(iface, src, dst, fin)
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user