Synch IoT libraries with latest versions.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user