mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-17 13:38:12 +08:00
Synch IoT libraries with latest versions.
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
|
||||
/**
|
||||
* @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.
|
||||
*/
|
||||
|
||||
|
@ -73,7 +73,7 @@ typedef enum IotTaskPoolError
|
||||
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:
|
||||
* - @ref taskpool_function_createsystemtaskpool
|
||||
|
Reference in New Issue
Block a user