From c67ecbf44b828990ef3d44cc1eef39ea71d85c6b Mon Sep 17 00:00:00 2001 From: Grzegorz Sluja <grzegorz.sluja@iopsys.eu> Date: Wed, 15 Jan 2025 09:58:09 +0100 Subject: [PATCH] Fix the voice-types.h in rdk branch, REF 15852 --- libvoice/voice-types.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libvoice/voice-types.h b/libvoice/voice-types.h index 74cfb67..d246732 100644 --- a/libvoice/voice-types.h +++ b/libvoice/voice-types.h @@ -68,6 +68,11 @@ enum call_action { CALL_LAST }; +typedef enum flash_spec { + FLASH_SPEC_UK = 0, + FLASH_SPEC_ETSI, +} flash_spec; + /* * UBUS related definitions */ -- GitLab