FREERTOS: How to enable osThreadIsSuspended ?
Hello Experts,
I see that in cmsis_oc.c that the function osThreadIsSuspended is disabled. The variable INCLUDE_eTaskGetState is responsible for it.

But how do we enable INCLUDE_eTaskGetState to 1 by default?
I see in FreeRTOS.h header than the macro is set to 0.

Can i just force it to 1 in FreeRTOS.h? or do we need to enable any particular config parameters in the .ioc file ?
Kindly Help!
