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;
This commit is contained in:
wangmengyang 2016-10-19 19:51:18 +08:00
parent 24df5e2041
commit e81ff4f68c

View file

@ -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