Skip to content

Commit

Permalink
net/ng_netapi: fixed get/set msg type macro names
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen committed Feb 10, 2015
1 parent bf95a8f commit c2cfd89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/include/net/ng_netapi.h
Original file line number Diff line number Diff line change
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 c2cfd89

Please sign in to comment.