杰理AC695N soundbox 3.1.2打开ble宏的编译bug

le_gfps.c.o (symbol from plugin)||In function gfps_is_tws_master_callback_register':| obj\Release\apps\common\third_party_profile\jieli\multi_demo\le_multi_common.o (symbol from plugin)|| first defined here| le_gfps.c.o (symbol from plugin)||In function gfps_is_tws_master_callback_register'😐

obj\Release\apps\common\third_party_profile\jieli\multi_demo\le_multi_common.o (symbol from plugin)|| first defined here|

报错如上, 解决方法: 把下面这个宏置0

#define APP_PROTOCOL_GFPS_CODE 0

相关推荐
大爱编程♡27 分钟前
GPIO-I2C
stm32·单片机·嵌入式硬件
天空'之城1 小时前
C 语言工业级通用组件手写 30:安全内存拷贝组件
c语言·内存拷贝·工业级组件·安全内存操作
angryshan1 小时前
goLang配置断点流程
go·bug
coder!mq2 小时前
说几个常见的语法糖?
java·开发语言·算法
gugucoding2 小时前
38. 【Java】Stream API(下):高级操作与性能
java·开发语言
Lhan.zzZ2 小时前
在 Visual Studio 2022 中打造可扩展的动态链接库模块:从零搭建到原理解析
开发语言·c++·visual studio
振南的单片机世界2 小时前
PVD掉电中断——让单片机“咽气前”写完遗书
arm开发·stm32·单片机·嵌入式硬件
LuminousCPP2 小时前
数据结构-双向循环链表
c语言·数据结构·笔记·链表
心平气和量大福大2 小时前
android-实例-蒲公英-更新与安装-5-签名与生成APK
android·java·开发语言
码哥DFS2 小时前
构造函数、实例对象、对象原型 ----三者关系
开发语言·javascript·原型模式