From 54e8adfdec537c66471b95c57943f8b3805b3c30 Mon Sep 17 00:00:00 2001 From: Edvard Pettersen Date: Mon, 23 Jul 2018 17:37:42 +0200 Subject: [PATCH] Fixed elif --- arch/platform/simplelink/cc13xx-cc26xx/platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/platform/simplelink/cc13xx-cc26xx/platform.c b/arch/platform/simplelink/cc13xx-cc26xx/platform.c index 651e97424..58474a809 100644 --- a/arch/platform/simplelink/cc13xx-cc26xx/platform.c +++ b/arch/platform/simplelink/cc13xx-cc26xx/platform.c @@ -241,7 +241,7 @@ platform_init_stage_three(void) #if (RF_MODE == RF_MODE_SUB_1_GHZ) LOG_INFO("Operating frequency on Sub-1 GHz\n"); -#else +#elif (RF_MODE == RF_MODE_2_4_GHZ) LOG_INFO("Operating frequency on 2.4 GHz\n"); #endif LOG_INFO("RF: Channel %d, PANID 0x%04X\n", chan, pan);