mrcube_ns
Advanced Member level 1

Hi all,
I doing some project on PIC18F4550, and using PICC-18 compiler.
I have problem!
In declaration part before main I have:
static char rxBuff[250];
static char *p_poc;
In main routine I have:
p_poc = strstr(rxBuff, "+CMGR: \"REC");
After compiling project I get:
Warning[359] illegal conversion between pointer types
for this line of code.
Any ideas?!?
What I do wrong??
Thanks in advance!!!
Mr.Cube
I doing some project on PIC18F4550, and using PICC-18 compiler.
I have problem!
In declaration part before main I have:
static char rxBuff[250];
static char *p_poc;
In main routine I have:
p_poc = strstr(rxBuff, "+CMGR: \"REC");
After compiling project I get:
Warning[359] illegal conversion between pointer types
for this line of code.
Any ideas?!?
What I do wrong??
Thanks in advance!!!
Mr.Cube