File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 */
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. */
Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments