mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
net/ng_netapi: fixed typo
This commit is contained in:
parent
e5e1d0dd6d
commit
28ad246c9f
@ -95,7 +95,7 @@ int ng_netapi_send(kernel_pid_t pid, ng_pktsnip_t *pkt);
|
|||||||
*
|
*
|
||||||
* @return value returned by the ACK message
|
* @return value returned by the ACK message
|
||||||
*/
|
*/
|
||||||
int ng_netapi_get(kernel_pid_t pid, nt_netconf_opt_t opt, uint16_t context,
|
int ng_netapi_get(kernel_pid_t pid, ng_netconf_opt_t opt, uint16_t context,
|
||||||
void *data, size_t data_len);
|
void *data, size_t data_len);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user