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