Fix for warnings

This commit is contained in:
Paul Sutton 2015-03-11 08:52:13 +00:00
parent a96bb209b1
commit 07ae84a529
1 changed files with 1 additions and 1 deletions

View File

@ -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
};