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.

Error[Pe020]: identifier "Clock_Handle" is undefined

Other Parts Discussed in Thread: SYSBIOS

I compile my project and get the errors as shown below.

Error[Pe020]: identifier "Clock_Handle" is undefined C:\ti\simplelink\ble_cc26xx_2_00_00_42893\Projects\ble\common\cc26xx\util.h 86

I checked the file util.h and util.c are in the project application.  The include line as shown below in the util.c

#include <ti/sysbios/knl/Clock.h>

In the project options, the path for this file is also defined.

C:\ti\tirtos_simplelink_2_11_01_09\products\bios_6_41_02_41\packages\ti\sysbios\knl

Any suggestion?

Thanks