implict declaration of CyBle_GappStartAdvertisement

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

hello i just started psoc-4-ble-101 video lectures. i am making find me profile. but in main.c i am getting error like implict declaration of  CyBle_GappStartAdvertisement .can you help me?

0 Likes
1 Solution
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

Do you get this error during compile or just as an error marker in the editor? If its the latter, just compile. If its the former, you either have the function name mis-spelled or the parameter list is wrong (or you miss the proper include, e.g. project.h).

View solution in original post

0 Likes
1 Reply
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

Do you get this error during compile or just as an error marker in the editor? If its the latter, just compile. If its the former, you either have the function name mis-spelled or the parameter list is wrong (or you miss the proper include, e.g. project.h).

0 Likes