From 07ae84a529c11c1770b9e7552b37be9672f5de87 Mon Sep 17 00:00:00 2001 From: Paul Sutton Date: Wed, 11 Mar 2015 08:52:13 +0000 Subject: [PATCH] Fix for warnings --- lte/phy/include/liblte/phy/common/phy_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lte/phy/include/liblte/phy/common/phy_common.h b/lte/phy/include/liblte/phy/common/phy_common.h index 0f1eba878..fae331396 100644 --- a/lte/phy/include/liblte/phy/common/phy_common.h +++ b/lte/phy/include/liblte/phy/common/phy_common.h @@ -147,7 +147,7 @@ typedef struct LIBLTE_API { float fd; } lte_earfcn_t; -LIBLTE_API enum band_geographical_area { +enum band_geographical_area { ALL, NAR, APAC, EMEA, JAPAN, CALA, NA };