summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChiou-Hao Hsu <chsu@codeaurora.org>2014-08-03 21:26:20 -0700
committerSteve Kondik <steve@cyngn.com>2014-11-27 00:39:32 -0800
commit6c0b14f27908ca555ea40191dd89df871ecd7c3f (patch)
tree79a3fac89a36e797718375f9e14f01b0c57b1fef
parent66c5ce01976c50084a1c4c5e6c90cb13fbcbe445 (diff)
downloadandroid_hardware_ril-6c0b14f27908ca555ea40191dd89df871ecd7c3f.tar.gz
android_hardware_ril-6c0b14f27908ca555ea40191dd89df871ecd7c3f.tar.bz2
android_hardware_ril-6c0b14f27908ca555ea40191dd89df871ecd7c3f.zip
ril: change macro definition to fix duplicate error
Macro RIL_UNSOL_DC_RT_INFO_CHANGED is changed so that it does not use the same value added by third-party. Change-Id: I04bd6493f19dbe38c66c263ed4eddee092e7d1be
-rw-r--r--include/telephony/ril.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 421fa8d..31bcba9 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -4791,7 +4791,7 @@ typedef struct {
* "data" is the most recent RIL_DcRtInfo
*
*/
-#define RIL_UNSOL_DC_RT_INFO_CHANGED 1041
+#define RIL_UNSOL_DC_RT_INFO_CHANGED 1043
/***********************************************************************/