26
26
/* APPLICATION INTERFACE DEFINITION RELEASE */
27
27
/* */
28
28
/* lx_api.h PORTABLE C */
29
- /* 6.1.9 */
29
+ /* 6.1.10 */
30
30
/* AUTHOR */
31
31
/* */
32
32
/* William E. Lamie, Microsoft Corporation */
62
62
/* updated configuration for */
63
63
/* nand flash */
64
64
/* 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 */
65
69
/* */
66
70
/**************************************************************************/
67
71
@@ -79,12 +83,6 @@ extern "C" {
79
83
80
84
#endif
81
85
82
- /* Include necessary system files. */
83
-
84
- #ifndef LX_STANDALONE_ENABLE
85
- #include "tx_api.h"
86
- #endif
87
-
88
86
/* Determine if the optional LevelX user define file should be used. */
89
87
90
88
#ifdef LX_INCLUDE_USER_DEFINE_FILE
@@ -96,6 +94,12 @@ extern "C" {
96
94
#include "lx_user.h"
97
95
#endif
98
96
97
+ /* Include the ThreadX api file. */
98
+
99
+ #ifndef LX_STANDALONE_ENABLE
100
+ #include "tx_api.h"
101
+ #endif
102
+
99
103
100
104
#ifdef LX_STANDALONE_ENABLE
101
105
@@ -166,7 +170,7 @@ typedef unsigned long long ULONG64;
166
170
#define AZURE_RTOS_LEVELX
167
171
#define LEVELX_MAJOR_VERSION 6
168
172
#define LEVELX_MINOR_VERSION 1
169
- #define LEVELX_PATCH_VERSION 9
173
+ #define LEVELX_PATCH_VERSION 10
170
174
171
175
172
176
/* Define general LevelX Constants. */
0 commit comments