diff options
Diffstat (limited to 'ports/cortex_m3/ghs')
| -rw-r--r-- | ports/cortex_m3/ghs/inc/tx_port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cortex_m3/ghs/inc/tx_port.h b/ports/cortex_m3/ghs/inc/tx_port.h index 346a8475..a0f6cae5 100644 --- a/ports/cortex_m3/ghs/inc/tx_port.h +++ b/ports/cortex_m3/ghs/inc/tx_port.h @@ -379,7 +379,7 @@ asm void restore_ints(int a) #ifdef TX_THREAD_INIT CHAR _tx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * ThreadX Cortex-M3/GHS Version 6.4.1 *"; + "Copyright (c) 2024 Microsoft Corporation. * ThreadX Cortex-M3/GHS Version 6.4.2 *"; #else extern CHAR _tx_version_id[]; #endif |
