summaryrefslogtreecommitdiff
path: root/ports/cortex_m55/gnu/inc
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cortex_m55/gnu/inc')
-rw-r--r--ports/cortex_m55/gnu/inc/tx_port.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/cortex_m55/gnu/inc/tx_port.h b/ports/cortex_m55/gnu/inc/tx_port.h
index 63110e85..83e009ff 100644
--- a/ports/cortex_m55/gnu/inc/tx_port.h
+++ b/ports/cortex_m55/gnu/inc/tx_port.h
@@ -26,7 +26,7 @@
/* PORT SPECIFIC C INFORMATION RELEASE */
/* */
/* tx_port.h Cortex-M55/GNU */
-/* 6.x */
+/* 6.2.1 */
/* */
/* AUTHOR */
/* */
@@ -76,8 +76,8 @@
/* macro to port-specific, */
/* described BASEPRI usage, */
/* resulting in version 6.1.12 */
-/* xx-xx-xxxx Scott Larson Removed unneeded #include, */
-/* resulting in version 6.x */
+/* 03-08-2023 Scott Larson Removed unneeded #include, */
+/* resulting in version 6.2.1 */
/* */
/**************************************************************************/
@@ -646,7 +646,7 @@ VOID _tx_thread_interrupt_restore(UIN
#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
- "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Cortex-M55/GNU Version 6.1.12 *";
+ "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Cortex-M55/GNU Version 6.2.1 *";
#else
#ifdef TX_MISRA_ENABLE
extern CHAR _tx_version_id[100];