From 70e22ee6aa9e261c6be61a086ff8445d64311121 Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 19 Sep 2022 10:51:00 +0000 Subject: [PATCH] update en/device-dev/subsystems/subsys-tel-guide.md. Signed-off-by: Austin --- en/device-dev/subsystems/subsys-tel-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/subsystems/subsys-tel-guide.md b/en/device-dev/subsystems/subsys-tel-guide.md index 31dd6c0702..9b204051bd 100644 --- a/en/device-dev/subsystems/subsys-tel-guide.md +++ b/en/device-dev/subsystems/subsys-tel-guide.md @@ -428,7 +428,7 @@ The following table describes the API for reporting modem events. case CALL_CLIR_SUPPRESSION: clir = "i"; break; /* suppression */ - case CALL_CLIR_SUBSCRIPTION_DEFUALT: + case CALL_CLIR_SUBSCRIPTION_DEFUALT1: default: clir = ""; break; /* subscription default */ -- GitLab