freertos icon indicating copy to clipboard operation
freertos copied to clipboard

Fixed error in return type of xTaskCreateStatic

Open chanibal opened this issue 6 years ago • 0 comments

The xTaskCreateStatic claimed that it return pdPASS or an error value depending on success, but what they it returns is an TaskHandle_t.

chanibal avatar Oct 31 '18 18:10 chanibal