From 48df24ba9402b5cbc0e5b530cb8674e408b95be9 Mon Sep 17 00:00:00 2001 From: Lukasz Rymanowski Date: Sun, 9 Nov 2014 01:24:13 +0100 Subject: [PATCH] android/handsfree-client: Typo fix in define name --- android/hal-msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/hal-msg.h b/android/hal-msg.h index eef226eb7..9c302187c 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -1074,7 +1074,7 @@ struct hal_cmd_hf_client_dial_memory { #define HAL_HF_CLIENT_ACTION_CHUP 0x08 #define HAL_HF_CLIENT_ACTION_BRTH_0 0x09 #define HAL_HF_CLIENT_ACTION_BRTH_1 0x0a -#define HAL_HF_CLIENT_ACTION_BRTH_02 0x0b +#define HAL_HF_CLIENT_ACTION_BRTH_2 0x0b #define HAL_OP_HF_CLIENT_CALL_ACTION 0x0a struct hal_cmd_hf_client_call_action { -- 2.47.3