1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

drivers/cc110x: fix typo in macro definition.

This commit is contained in:
Alexandre Abadie 2016-07-14 17:22:03 +02:00 committed by GitHub
parent 6d9c9279f0
commit 75168936f6

View File

@ -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 */