Skip to content

Commit

Permalink
Release 6.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxin-azrtos committed Apr 20, 2022
1 parent bbab2bb commit c53a6c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 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.10 */
/* 6.1.11 */
/* AUTHOR */
/* */
/* William E. Lamie, Microsoft Corporation */
Expand Down Expand Up @@ -66,6 +66,9 @@
/* updated include order for */
/* standalone mode, */
/* resulting in version 6.1.10 */
/* 04-25-2022 William E. Lamie Modified comment(s), and */
/* updated product constants, */
/* resulting in version 6.1.11 */
/* */
/**************************************************************************/

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


/* Define general LevelX Constants. */
Expand Down
4 changes: 2 additions & 2 deletions samples/demo_filex_nor_flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ int main(void)
tx_kernel_enter();
#else

/* Initialize NAND flash. */
lx_nand_flash_initialize();
/* Initialize NOR flash. */
lx_nor_flash_initialize();

/* Initialize FileX. */
fx_system_initialize();
Expand Down

0 comments on commit c53a6c6

Please sign in to comment.