1
0
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:
Michael Andersen 2016-03-08 23:21:16 -08:00
parent 2c33e69def
commit 2f001776db

View File

@ -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
/**