mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 07:51:19 +01:00
Merge pull request #4414 from cgundogan/pr/rpl/fix_netapi_commands_handling
rpl: fix netapi commands handling
This commit is contained in:
commit
40f5aeba8a
@ -195,9 +195,10 @@ static void *_event_loop(void *args)
|
||||
_receive((gnrc_pktsnip_t *)msg.content.ptr);
|
||||
break;
|
||||
case GNRC_NETAPI_MSG_TYPE_SND:
|
||||
break;
|
||||
case GNRC_NETAPI_MSG_TYPE_GET:
|
||||
case GNRC_NETAPI_MSG_TYPE_SET:
|
||||
DEBUG("RPL: reply to unsupported recv/get/set\n");
|
||||
DEBUG("RPL: reply to unsupported get/set\n");
|
||||
reply.content.value = -ENOTSUP;
|
||||
msg_reply(&msg, &reply);
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user