From 2dbb134839fae45d718c0bc7eb9aa31647a52758 Mon Sep 17 00:00:00 2001 From: rtel Date: Sun, 14 Jul 2019 19:29:16 +0000 Subject: [PATCH] Synch IoT libraries with latest versions. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2680 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../{iot_platform_types_afr.h => iot_platform_types_freertos.h} | 0 .../c_sdk/standard/common/include/iot_init.h | 2 +- .../c_sdk/standard/common/include/types/iot_taskpool_types.h | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/abstractions/platform/freertos/include/platform/{iot_platform_types_afr.h => iot_platform_types_freertos.h} (100%) diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/abstractions/platform/freertos/include/platform/iot_platform_types_afr.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/abstractions/platform/freertos/include/platform/iot_platform_types_freertos.h similarity index 100% rename from FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/abstractions/platform/freertos/include/platform/iot_platform_types_afr.h rename to FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/abstractions/platform/freertos/include/platform/iot_platform_types_freertos.h diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/c_sdk/standard/common/include/iot_init.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/c_sdk/standard/common/include/iot_init.h index fe1ffb40e..5e27cf816 100644 --- a/FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/c_sdk/standard/common/include/iot_init.h +++ b/FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/c_sdk/standard/common/include/iot_init.h @@ -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. */ diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/c_sdk/standard/common/include/types/iot_taskpool_types.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/c_sdk/standard/common/include/types/iot_taskpool_types.h index ea53dba71..96485fddf 100644 --- a/FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/c_sdk/standard/common/include/types/iot_taskpool_types.h +++ b/FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/c_sdk/standard/common/include/types/iot_taskpool_types.h @@ -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 -- 2.39.5