Please help, error in isrRx_StartEx(InterruptRx)

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

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hello every body, please I need some help to this error:

   

implicit declaration of function isrRx_StartEx is invalid in c99

   

the capture:

   

https://drive.google.com/file/d/0B9T5HFiW13_ieDhzc1RFMkhwTTg/view?usp=sharing

   

Thanks!

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

The name of the routine is InterruptRx_StartEx(), your component is named InterruptRx and not isrRx

   

 

   

Bob

View solution in original post

3 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Welcome in the forum.

   

Probably just a typo. When still in trouble post your complete project so that we all can have a look at all of your settings. To do so, use
Creator->File->Create Workspace Bundle (minimal)
and attach the resulting file.

   

 

   

Bob

0 Likes
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Thanks for your quick response. 

   

I'm sure that isn't typo, but here is the proyect.

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

The name of the routine is InterruptRx_StartEx(), your component is named InterruptRx and not isrRx

   

 

   

Bob