- This topic has 1 reply, 2 voices, and was last updated 7 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › MISSING FUNCTION PROTOTYPE
THIS IS MY PROG THAT I HAVE MAKE FOR MY MINI PROJECT BUT KEIL IS GIVING ERROR THAT
1)mini project.c(49): error C267: 'lcddata': requires ANSI-style prototype
2)mini project.c(49): warning C206: 'lcddata': missing function-prototype
I am really weak in coding and i dont know!! hope experts can help me with this….
Program
You have not created the function for 'lcddata'. only function calling is there. You should write a function defenition and prototype for lcddata. Look the link for tutorial.
https://www.engineersgarage.com/tutorials/keil-interfacing-programs-8051?page=4