From bbb1167fc5eb14608bde2c16e4128ffe26b2e78d Mon Sep 17 00:00:00 2001 From: "cheng.wang_c" Date: Fri, 16 Sep 2022 10:08:49 +0800 Subject: [PATCH] IssueNo: del cellular_radio1 code Description: del cellular_radio1 code Sig:SIG_Telephony Feature or Bugfix: Feature Binary Source: No Signed-off-by: cheng.wang_c Change-Id: Ib26b33cf27061521c16c68fe943d23bfd81d97d7 --- ril/v1_0/Types.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ril/v1_0/Types.idl b/ril/v1_0/Types.idl index 54210161..3a537a5d 100644 --- a/ril/v1_0/Types.idl +++ b/ril/v1_0/Types.idl @@ -51,7 +51,7 @@ enum RilErrType { RIL_ERR_INVALID_MODEM_PARAMETER = 50, RIL_ERR_HDF_IPC_FAILURE = 300, RIL_ERR_NULL_POINT = 301, - RIL_ERR_VENTOR_NOT_IMPLEMENT = 302 + RIL_ERR_VENDOR_NOT_IMPLEMENT = 302 }; enum RilResponseTypes { RIL_RESPONSE_REQUEST = 0, -- Gitee