summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordestradaa <destradaa@google.com>2013-08-21 12:41:19 -0700
committerdestradaa <destradaa@google.com>2013-08-21 12:41:19 -0700
commit06b77aa4e1abafdba19bbf30b5409bc1ec6db68e (patch)
treef42faef797b97aee0995329a198d4f77254c2cb2
parent5ba249e34a3840881a03e545ffba77cde5bf28ba (diff)
downloadlibhardware-06b77aa4e1abafdba19bbf30b5409bc1ec6db68e.tar.gz
Fix typo in FlpHal
Change-Id: I0a0598c4755052e071d793fbacf0aa25dfca6e5c
-rw-r--r--include/hardware/fused_location.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/fused_location.h b/include/hardware/fused_location.h
index fecf822e..5c7821c8 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)