diff options
| author | Frédéric Desbiens <[email protected]> | 2026-03-05 12:29:04 +0100 |
|---|---|---|
| committer | Frédéric Desbiens <[email protected]> | 2026-03-05 12:29:04 +0100 |
| commit | b20e7effea2140ded769c19184bc533480b04b8d (patch) | |
| tree | f6e30a770e413b6b2df4879b03f8cac0c3120f40 /ports/cortex_m33/gnu | |
| parent | 46f65a3a5971a4310e7c5c2cf3ac513db67a89d5 (diff) | |
Removed misplaced copyright headers and updated port version strings
Diffstat (limited to 'ports/cortex_m33/gnu')
| -rw-r--r-- | ports/cortex_m33/gnu/inc/ux_port.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/cortex_m33/gnu/inc/ux_port.h b/ports/cortex_m33/gnu/inc/ux_port.h index 845c23e..53ccf09 100644 --- a/ports/cortex_m33/gnu/inc/ux_port.h +++ b/ports/cortex_m33/gnu/inc/ux_port.h @@ -243,8 +243,7 @@ VOID outpl(ULONG,ULONG); #ifdef UX_SYSTEM_INIT CHAR _ux_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-M33/GNU Version 6.4.1 *"; - * Copyright (c) 2026-present Eclipse ThreadX contributors + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * USBX Cortex-M33/GNU Version 6.5.0.202601 *"; #else extern CHAR _ux_version_id[]; #endif |
