diff options
| author | Scott Larson <[email protected]> | 2020-08-07 17:39:48 -0700 |
|---|---|---|
| committer | Scott Larson <[email protected]> | 2020-08-07 17:39:48 -0700 |
| commit | 608f55f0d120886e0eddf7e39cf3c3b6f06bd08c (patch) | |
| tree | 2746176edd5b9581b967b290542a21e63cea1d74 | |
| parent | 6f61053f2ac6cfa01a33b910401a61e63bca0972 (diff) | |
fix release version of M4 AC6 port
| -rw-r--r-- | ports/cortex_m4/ac6/example_build/sample_threadx/tx_initialize_low_level.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ports/cortex_m4/ac6/example_build/sample_threadx/tx_initialize_low_level.S b/ports/cortex_m4/ac6/example_build/sample_threadx/tx_initialize_low_level.S index 1c274e81..5c721be1 100644 --- a/ports/cortex_m4/ac6/example_build/sample_threadx/tx_initialize_low_level.S +++ b/ports/cortex_m4/ac6/example_build/sample_threadx/tx_initialize_low_level.S @@ -57,7 +57,7 @@ SYSTICK_CYCLES = ((SYSTEM_CLOCK / 100) -1) @/* FUNCTION RELEASE */ @/* */ @/* _tx_initialize_low_level Cortex-M4/AC6 */ -@/* 6.1 */ +@/* 6.0.1 */ @/* AUTHOR */ @/* */ @/* William E. Lamie, Microsoft Corporation */ @@ -91,8 +91,6 @@ SYSTICK_CYCLES = ((SYSTEM_CLOCK / 100) -1) @/* DATE NAME DESCRIPTION */ @/* */ @/* 06-30-2020 William E. Lamie Initial Version 6.0.1 */ -@/* xx-xx-xxxx William E. Lamie Modified comments, */ -@/* resulting in version 6.1 */ @/* */ @/**************************************************************************/ @VOID _tx_initialize_low_level(VOID) |
