diff options
| author | Scott Larson <[email protected]> | 2020-11-10 14:38:15 -0800 |
|---|---|---|
| committer | Scott Larson <[email protected]> | 2020-11-10 14:38:15 -0800 |
| commit | 7bc9b45c7160ab55c03b1a2d748a8b6041d77d86 (patch) | |
| tree | 099fc51b9e0029518bf5c7e0787c52864a9c014c /common | |
| parent | e3d7b92eebc5dd1904dce78630ee1eba3bad813f (diff) | |
patch release 6.1.2
Diffstat (limited to 'common')
| -rw-r--r-- | common/inc/nx_api.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/common/inc/nx_api.h b/common/inc/nx_api.h index 959ea52d..cd56b4eb 100644 --- a/common/inc/nx_api.h +++ b/common/inc/nx_api.h @@ -26,7 +26,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* nx_api.h PORTABLE C */ -/* 6.1 */ +/* 6.1.2 */ /* AUTHOR */ /* */ /* Yuxin Zhou, Microsoft Corporation */ @@ -49,6 +49,9 @@ /* ThreadX version check, */ /* updated product constants, */ /* resulting in version 6.1 */ +/* 11-09-2020 Yuxin Zhou Modified comment(s), and */ +/* updated product constants, */ +/* resulting in version 6.1.2 */ /* */ /**************************************************************************/ @@ -456,7 +459,7 @@ VOID _nx_trace_event_update(TX_TRACE_BUFFER_ENTRY *event, ULONG timestamp, ULONG #define AZURE_RTOS_NETXDUO #define NETXDUO_MAJOR_VERSION 6 #define NETXDUO_MINOR_VERSION 1 -#define NETXDUO_PATCH_VERSION 0 +#define NETXDUO_PATCH_VERSION 2 /* Define the following symbols for backward compatibility */ #define EL_PRODUCT_NETXDUO |
