This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

identifier is undefined

Hi,

I got some errors after I added some ADC algorithm into my project.

"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 23: error #20:
identifier "Fxn" is undefined
Fxn fxn;
^

"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 24: error #20:
identifier "Arg" is undefined
Arg arg1;
^

"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 25: error #20:
identifier "Arg" is undefined
Arg arg0;
^

"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 33: error #20:
identifier "Void" is undefined
extern Void FXN_F_nop();

Any ideas? Thanks in advance.

Ran