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.

LAUNCHXL-F280039C: PM_bissc_Include.h Declaration is incompatible compilation error

Part Number: LAUNCHXL-F280039C
Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE

Hi,

I'm trying to use PM_Bissc library from controlSUITE/apps_libs/position_manager/v01_02_00_00. I included it into my project.

There's a compilation error as shown in the following picture highlighting the lines with the issue:

"Description Location Resource Path Type
#148 declaration is incompatible with "BISSC_DATA_STRUCT bissc_data_struct" (declared at line 61) line 61, external location: C:\ti\controlSUITE\libs\app_libs\position_manager\v01_02_00_00\bissc\Float\include\PM_bissc_Include.h .ccsproject /MotorController C/C++ Problem"

How could I solve this issue?

In bissc.c the variable is defined as:

BISSC_DATA_STRUCT bissc_data_struct;

Thanks and regards