mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #2424 from haukepetersen/ng_fix_netapi
net/ng_netapi: fixed typo
This commit is contained in:
commit
157fea687b
@ -95,7 +95,7 @@ int ng_netapi_send(kernel_pid_t pid, ng_pktsnip_t *pkt);
|
||||
*
|
||||
* @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);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user