2626/* APPLICATION INTERFACE DEFINITION RELEASE */
2727/* */
2828/* lx_api.h PORTABLE C */
29- /* 6.1.9 */
29+ /* 6.1.10 */
3030/* AUTHOR */
3131/* */
3232/* William E. Lamie, Microsoft Corporation */
6262/* updated configuration for */
6363/* nand flash */
6464/* resulting in version 6.1.9 */
65+ /* 01-31-2022 Bhupendra Naphade Modified comment(s), */
66+ /* updated include order for */
67+ /* standalone mode, */
68+ /* resulting in version 6.1.10 */
6569/* */
6670/**************************************************************************/
6771
@@ -79,12 +83,6 @@ extern "C" {
7983
8084#endif
8185
82- /* Include necessary system files. */
83-
84- #ifndef LX_STANDALONE_ENABLE
85- #include "tx_api.h"
86- #endif
87-
8886/* Determine if the optional LevelX user define file should be used. */
8987
9088#ifdef LX_INCLUDE_USER_DEFINE_FILE
@@ -96,6 +94,12 @@ extern "C" {
9694#include "lx_user.h"
9795#endif
9896
97+ /* Include the ThreadX api file. */
98+
99+ #ifndef LX_STANDALONE_ENABLE
100+ #include "tx_api.h"
101+ #endif
102+
99103
100104#ifdef LX_STANDALONE_ENABLE
101105
@@ -166,7 +170,7 @@ typedef unsigned long long ULONG64;
166170#define AZURE_RTOS_LEVELX
167171#define LEVELX_MAJOR_VERSION 6
168172#define LEVELX_MINOR_VERSION 1
169- #define LEVELX_PATCH_VERSION 9
173+ #define LEVELX_PATCH_VERSION 10
170174
171175
172176/* Define general LevelX Constants. */
0 commit comments