From e81ff4f68c84ca3beefae1a758e31daf9727f6a2 Mon Sep 17 00:00:00 2001 From: wangmengyang Date: Wed, 19 Oct 2016 19:51:18 +0800 Subject: [PATCH] component/bt: fix compiler error for examples/07_blufi 1. add the missing include of header in bt_app_core.c for examples/07_blufi, where macro "BUT_PROFILE_CFG" should be set non-zero; --- .../07_blufi/components/bluedroid_demos/app_core/bt_app_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/07_blufi/components/bluedroid_demos/app_core/bt_app_core.c b/examples/07_blufi/components/bluedroid_demos/app_core/bt_app_core.c index 1ef8e63a9..ae1f3d3ef 100644 --- a/examples/07_blufi/components/bluedroid_demos/app_core/bt_app_core.c +++ b/examples/07_blufi/components/bluedroid_demos/app_core/bt_app_core.c @@ -19,7 +19,7 @@ #include "hash_map.h" #include "hash_functions.h" #include "alarm.h" -//#include "app_button.h" +#include "app_button.h" #if (BUT_PROFILE_CFG) #include "button_pro.h" #endif ///BUT_PROFILE_CFG