summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordestradaa <destradaa@google.com>2013-08-22 19:37:11 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-08-22 19:37:11 +0000
commit69e82d2df615b77ff868309b8f2c0323eadb42c5 (patch)
tree7cfbe02438e5bba606f3cb6daf0048f0bf2704ff
parent9595f7cff6ddbeb58350fadeaf21da3f14fb76bc (diff)
parent06b77aa4e1abafdba19bbf30b5409bc1ec6db68e (diff)
downloadhardware_libhardware-69e82d2df615b77ff868309b8f2c0323eadb42c5.zip
hardware_libhardware-69e82d2df615b77ff868309b8f2c0323eadb42c5.tar.gz
hardware_libhardware-69e82d2df615b77ff868309b8f2c0323eadb42c5.tar.bz2
Merge "Fix typo in FlpHal" into klp-dev
-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 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)