Hi,
I'm getting
error : expected identifier or '(' before numeric constant
on the following line of code:
extern const D4DLCD_FUNCTIONS D4D_LLD_LCD;on the following line of code
D4D_LLD_LCD is define in another header file like:
#define D4D_LLD_LCD d4dlcd_frame_buffer
what could be the problem.
Regards
Ankur