From 06b77aa4e1abafdba19bbf30b5409bc1ec6db68e Mon Sep 17 00:00:00 2001 From: destradaa Date: Wed, 21 Aug 2013 12:41:19 -0700 Subject: [PATCH] Fix typo in FlpHal Change-Id: I0a0598c4755052e071d793fbacf0aa25dfca6e5c --- include/hardware/fused_location.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hardware/fused_location.h b/include/hardware/fused_location.h index fecf822..5c7821c 100644 --- a/include/hardware/fused_location.h +++ b/include/hardware/fused_location.h @@ -406,7 +406,7 @@ typedef struct { #define FLP_DEVICE_CONTEXT_NETWORK_POSITIONING_ENABLED (1U<<2) #define FLP_DEVICE_CONTEXT_WIFI_CONNECTIVITY_ENABLED (1U<<3) #define FLP_DEVICE_CONTEXT_WIFI_POSITIONING_ENABLED (1U<<4) -#define FIP_DEVICE_CONTEXT_HW_NETWORK_POSITIONING ENABLED (1U<<5) +#define FLP_DEVICE_CONTEXT_HW_NETWORK_POSITIONING_ENABLED (1U<<5) #define FLP_DEVICE_CONTEXT_AIRPLANE_MODE_ON (1U<<6) #define FLP_DEVICE_CONTEXT_DATA_ENABLED (1U<<7) #define FLP_DEVICE_CONTEXT_ROAMING_ENABLED (1U<<8) -- 2.11.0