/* TODO FIXME: Is there a check we should do with the xTriggerLevelBytes value ? */
/* With the adjustment to 'xRequiredSpace', the deadlock is avoided, thus it's now feasible. */
xIsFeasible= TRUE;
xIsFeasible=pdTRUE;
}
else
{
/* It is possible to write the message completely in the buffer. */
xIsFeasible= TRUE;
xIsFeasible=pdTRUE;
}
}
/* Added check against xIsFeasible. If it's not feasible, don't even wait for notification, let the call to 'prvWriteMessageToBuffer' do nothing and return 0 */