Skip to content

Commit

Permalink
Merge pull request #5644 from aabadie/aabadie-cc110x
Browse files Browse the repository at this point in the history
drivers/cc110x: fix typo in macro definition.
  • Loading branch information
Kijewski committed Jul 14, 2016
2 parents 54a1b7a + 7516893 commit 287a0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cc110x/include/cc110x-internal.h
Expand Up @@ -56,7 +56,7 @@ extern "C" {
after CS */
#define CC110X_GDO1_LOW_RETRY (100) /**< Max. retries for SO to go low
after CS */
#ifndef CC100X_DEFAULT_CHANNEL
#ifndef CC110X_DEFAULT_CHANNEL
#define CC110X_DEFAULT_CHANNEL (0) /**< The default channel number */
#endif
#define CC110X_MIN_CHANNR (0) /**< lowest possible channel number */
Expand Down

0 comments on commit 287a0aa

Please sign in to comment.