lib/cmsis_rtos_v1: Remove redundant stack size check
stacksize is an unsigned integer and hence there's no need to
check whether it is >= 0 since it is always true. This fixes
the Github issue #9637.
Signed-off-by:
Rajavardhan Gundi <rajavardhan.gundi@intel.com>
Loading
Please sign in to comment