Fix typo in FlpHal

Change-Id: I0a0598c4755052e071d793fbacf0aa25dfca6e5c
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 @@
 #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)