Skip to content

Commit

Permalink
Merge pull request #2428 from haukepetersen/ng_fix_netapi
Browse files Browse the repository at this point in the history
net/ng_netapi: fixed get/set msg type macro names
  • Loading branch information
haukepetersen committed Feb 10, 2015
2 parents bf95a8f + c2cfd89 commit a0c4c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/include/net/ng_netapi.h
Expand Up @@ -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
Expand Down

0 comments on commit a0c4c89

Please sign in to comment.