mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Synch IoT libraries with latest versions.
This commit is contained in:
parent
e4e86a464e
commit
a6a0403fd6
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file iot_init.h
|
* @file iot_init.h
|
||||||
* @brief Provides function signatures for common intialization and cleanup of
|
* @brief Provides function signatures for common initialization and cleanup of
|
||||||
* this SDK.
|
* this SDK.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,7 @@ typedef enum IotTaskPoolError
|
||||||
IOT_TASKPOOL_SUCCESS = 0,
|
IOT_TASKPOOL_SUCCESS = 0,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Task pool operation failed because at laest one parameter is invalid.
|
* @brief Task pool operation failed because at least one parameter is invalid.
|
||||||
*
|
*
|
||||||
* Functions that may return this value:
|
* Functions that may return this value:
|
||||||
* - @ref taskpool_function_createsystemtaskpool
|
* - @ref taskpool_function_createsystemtaskpool
|
||||||
|
|
Loading…
Reference in a new issue