1
0
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:
Hauke Petersen 2015-02-10 17:22:13 +01:00
parent e5e1d0dd6d
commit 28ad246c9f

View File

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