From 75168936f6a019378499ff55ecf8aa2fae6f032d Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Thu, 14 Jul 2016 17:22:03 +0200
Subject: [PATCH] drivers/cc110x: fix typo in macro definition.

---
 drivers/cc110x/include/cc110x-internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cc110x/include/cc110x-internal.h b/drivers/cc110x/include/cc110x-internal.h
index 8ccdd402fc..b6843b0784 100644
--- a/drivers/cc110x/include/cc110x-internal.h
+++ b/drivers/cc110x/include/cc110x-internal.h
@@ -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 */
-- 
GitLab