From c2cfd89fa568711505ae06fcb99e95b33505b397 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Tue, 10 Feb 2015 18:04:32 +0100 Subject: [PATCH] net/ng_netapi: fixed get/set msg type macro names --- sys/include/net/ng_netapi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/include/net/ng_netapi.h b/sys/include/net/ng_netapi.h index f2585b2a7fe8..77e455c0d8cc 100644 --- a/sys/include/net/ng_netapi.h +++ b/sys/include/net/ng_netapi.h @@ -50,12 +50,12 @@ extern "C" { /** * @brief Message type for setting options of network modules */ -#define NG_NETAPI_MSG_TYPE_SETOPT (0x0203) +#define NG_NETAPI_MSG_TYPE_SET (0x0203) /** * @brief Message type for getting options from network modules */ -#define NG_NETAPI_MSG_TYPE_GETOPT (0x0204) +#define NG_NETAPI_MSG_TYPE_GET (0x0204) /** * @brief Message type for replying to get and set option messages