Ajay_sho
Junior Member level 1

hi all
i m working with mbed with2148,
i have written code
while(1)
{
sdread(int add,int *buffer,int len);
uart0write(char*buffer, int len);
}
but it giving error
sdread function implicite which iis defined in header file as
esint sdread(euint32 address, euint8 *buffer,euint16 len);
can any one help what is meaning ofesint and euint, why it giving implicite error.
rgds
ajay singh
i m working with mbed with2148,
i have written code
while(1)
{
sdread(int add,int *buffer,int len);
uart0write(char*buffer, int len);
}
but it giving error
sdread function implicite which iis defined in header file as
esint sdread(euint32 address, euint8 *buffer,euint16 len);
can any one help what is meaning ofesint and euint, why it giving implicite error.
rgds
ajay singh