1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

net/ng_netapi: fixed get/set msg type macro names

This commit is contained in:
Hauke Petersen 2015-02-10 18:04:32 +01:00
parent bf95a8f089
commit c2cfd89fa5

View File

@ -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