Quantcast
Channel: 蓝牙论坛 - 最近的话题
Viewing all articles
Browse latest Browse all 7485

IAR打开CC2540工程文件,某些函数找不到定义

$
0
0

IAR打开CC2540工程文件,某些函数打不开,就是右键Go to definition of 函数名,无法跳转到该函数。ctrl+shift+F 查找 全部文件,也只发现是几处地方引用该函数而已,没有改函数的定义。

是不是有些函数的定义是用户无法打开的,看不到具体定义,比如函数 :

extern bStatus_t   GATT_Notification( uint16 connHandle, attHandleValueNoti_t *pNoti,uint8 authenticated );

该函数就是从机通知响应函数,但无从找到其定义


Viewing all articles
Browse latest Browse all 7485

Trending Articles