Skip to content

Commit c53a6c6

Browse files
committed
Release 6.1.11
1 parent bbab2bb commit c53a6c6

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

common/inc/lx_api.h

Lines changed: 5 additions & 2 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.10 */
29+
/* 6.1.11 */
3030
/* AUTHOR */
3131
/* */
3232
/* William E. Lamie, Microsoft Corporation */
@@ -66,6 +66,9 @@
6666
/* updated include order for */
6767
/* standalone mode, */
6868
/* resulting in version 6.1.10 */
69+
/* 04-25-2022 William E. Lamie Modified comment(s), and */
70+
/* updated product constants, */
71+
/* resulting in version 6.1.11 */
6972
/* */
7073
/**************************************************************************/
7174

@@ -170,7 +173,7 @@ typedef unsigned long long ULONG64;
170173
#define AZURE_RTOS_LEVELX
171174
#define LEVELX_MAJOR_VERSION 6
172175
#define LEVELX_MINOR_VERSION 1
173-
#define LEVELX_PATCH_VERSION 10
176+
#define LEVELX_PATCH_VERSION 11
174177

175178

176179
/* Define general LevelX Constants. */

samples/demo_filex_nor_flash.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ int main(void)
5252
tx_kernel_enter();
5353
#else
5454

55-
/* Initialize NAND flash. */
56-
lx_nand_flash_initialize();
55+
/* Initialize NOR flash. */
56+
lx_nor_flash_initialize();
5757

5858
/* Initialize FileX. */
5959
fx_system_initialize();

0 commit comments

Comments
 (0)