Skip to content
Snippets Groups Projects
Commit 75168936 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

drivers/cc110x: fix typo in macro definition.

parent 6d9c9279
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ extern "C" { ...@@ -56,7 +56,7 @@ extern "C" {
after CS */ after CS */
#define CC110X_GDO1_LOW_RETRY (100) /**< Max. retries for SO to go low #define CC110X_GDO1_LOW_RETRY (100) /**< Max. retries for SO to go low
after CS */ after CS */
#ifndef CC100X_DEFAULT_CHANNEL #ifndef CC110X_DEFAULT_CHANNEL
#define CC110X_DEFAULT_CHANNEL (0) /**< The default channel number */ #define CC110X_DEFAULT_CHANNEL (0) /**< The default channel number */
#endif #endif
#define CC110X_MIN_CHANNR (0) /**< lowest possible channel number */ #define CC110X_MIN_CHANNR (0) /**< lowest possible channel number */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment