Hi
Would there a be problem calling OS_PutMail for a multi byte message, passing it a pointer to a temporary stack variable, for example:
void aFunction(void)
{
short int aMsg = 12345678;
OS_PutMail(&aMB, &aMsg);
}
Thanks
Lawrence
Would there a be problem calling OS_PutMail for a multi byte message, passing it a pointer to a temporary stack variable, for example:
void aFunction(void)
{
short int aMsg = 12345678;
OS_PutMail(&aMB, &aMsg);
}
Thanks
Lawrence