diff options
| author | Bo Chen (from Dev Box) <[email protected]> | 2024-01-30 08:39:18 +0800 |
|---|---|---|
| committer | Bo Chen (from Dev Box) <[email protected]> | 2024-01-30 08:39:18 +0800 |
| commit | 3e1da1f0b0973e6b833b08b10fb27c7c718835b3 (patch) | |
| tree | 226c9f717e9523240e15c667ca6c9c360e540aec /common | |
| parent | 54a4378fc6704561f60117d418cbab013f582c80 (diff) | |
Update version id string.
Diffstat (limited to 'common')
| -rw-r--r-- | common/src/tx_misra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/tx_misra.c b/common/src/tx_misra.c index f5f66d2d..90533b96 100644 --- a/common/src/tx_misra.c +++ b/common/src/tx_misra.c @@ -32,7 +32,7 @@ #include "tx_api.h" #else #define TX_THREAD_INIT -//CHAR _tx_version_id[100] = "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX 6.1 MISRA C Compliant *"; +//CHAR _tx_version_id[100] = "Copyright (c) 2024 Microsoft Corporation. * ThreadX 6.1 MISRA C Compliant *"; #include "tx_api.h" #include "tx_thread.h" |
