Skip to content

Commit e848ac3

Browse files
committed
Release 6.1.10
1 parent fdf7799 commit e848ac3

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

common/inc/lx_api.h

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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 */
@@ -62,6 +62,10 @@
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

Comments
 (0)