Skip to content

Commit

Permalink
Release 6.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxin-azrtos committed Jan 26, 2022
1 parent fdf7799 commit e848ac3
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions common/inc/lx_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */
/* */
/* lx_api.h PORTABLE C */
/* 6.1.9 */
/* 6.1.10 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
Expand Down Expand Up @@ -62,6 +62,10 @@
/* updated configuration for */
/* nand flash */
/* resulting in version 6.1.9 */
/* 01-31-2022 Bhupendra Naphade Modified comment(s), */
/* updated include order for */
/* standalone mode, */
/* resulting in version 6.1.10 */
/* */
/**************************************************************************/

Expand All @@ -79,12 +83,6 @@ extern "C" {

#endif

/* Include necessary system files. */

#ifndef LX_STANDALONE_ENABLE
#include "tx_api.h"
#endif

/* Determine if the optional LevelX user define file should be used. */

#ifdef LX_INCLUDE_USER_DEFINE_FILE
Expand All @@ -96,6 +94,12 @@ extern "C" {
#include "lx_user.h"
#endif

/* Include the ThreadX api file. */

#ifndef LX_STANDALONE_ENABLE
#include "tx_api.h"
#endif


#ifdef LX_STANDALONE_ENABLE

Expand Down Expand Up @@ -166,7 +170,7 @@ typedef unsigned long long ULONG64;
#define AZURE_RTOS_LEVELX
#define LEVELX_MAJOR_VERSION 6
#define LEVELX_MINOR_VERSION 1
#define LEVELX_PATCH_VERSION 9
#define LEVELX_PATCH_VERSION 10


/* Define general LevelX Constants. */
Expand Down

0 comments on commit e848ac3

Please sign in to comment.