09-05-2016, 05:44 AM
Can't you do something like this:
Code:
void LoadError(ErrorLog_t Err[],Uint16 Index)
{
Err[Index] = /*...*/;
}
<t></t>