您好,我从sdk版本sdk3.0.6 升级到sdk5.0.3,怎么添加 streamdatad 服务?
我 用 5.0.3模板工程 按照http://support.dialog-semiconductor.com/在da1458xsdk503中怎么添加sample128的服务-0
在 user_profiles_config.h 中添加 #include "streamdatad.h" ,编译报错如下
..\..\..\..\..\sdk\platform\arch\main\jump_table.c(160): error: #70: incomplete type is not allowed
..\..\..\..\..\sdk\platform\arch\main\jump_table.c(223): error: #44: expression must have pointer type
..\..\..\..\..\sdk\platform\arch\main\jump_table.c(224): error: #70: incomplete type is not allowed
..\..\..\..\..\sdk\platform\arch\main\jump_table.c(224): error: #44: expression must have pointer type
正确添加怎么操作呢!谢谢!
Device:
你在sample128.h里面把#include "atts.h"这句去掉就编过了
谢谢!
你好 我想请教下,你是怎么在SDK5.03里添加sample128服务的?
可以参考这份代码