From c53a6c6bca21934dbc183c4772d5aa71e721cb53 Mon Sep 17 00:00:00 2001 From: Yuxin Zhou Date: Wed, 20 Apr 2022 05:09:23 +0000 Subject: [PATCH] Release 6.1.11 --- common/inc/lx_api.h | 7 +++++-- samples/demo_filex_nor_flash.c | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/common/inc/lx_api.h b/common/inc/lx_api.h index 64c56ca..e15d95d 100644 --- a/common/inc/lx_api.h +++ b/common/inc/lx_api.h @@ -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 */ @@ -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 */ /* */ /**************************************************************************/ @@ -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. */ diff --git a/samples/demo_filex_nor_flash.c b/samples/demo_filex_nor_flash.c index 3dbca69..f5f7963 100644 --- a/samples/demo_filex_nor_flash.c +++ b/samples/demo_filex_nor_flash.c @@ -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();