I've created a new Task instance in my DSP/BIOS 6 configuration. now I want to assign a function to the task. but, my function is not in the fxn drop-down list. if I force it through the source it flags that line with an error. how do I get my function in the fxn drop-down list?
here is my function
Task_FuncPtr TaskUnitTest(UArg arg0, UArg arg1)
{
RunUnitTests();
}