Skip to content

Commit

Permalink
sys/net/loramac: rename default device class define
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Jan 18, 2018
1 parent 83b1110 commit f9eabb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/include/net/loramac.h
Expand Up @@ -104,8 +104,8 @@ extern "C" {
/**
* @brief Default device class (A, B or C)
*/
#ifndef LORAMAC_DEVICE_CLASS
#define LORAMAC_DEVICE_CLASS (LORAMAC_CLASS_A)
#ifndef LORAMAC_DEFAULT_DEVICE_CLASS
#define LORAMAC_DEFAULT_DEVICE_CLASS (LORAMAC_CLASS_A)
#endif

/**
Expand Down

0 comments on commit f9eabb5

Please sign in to comment.