Skip to content

Commit 608f55f

Browse files
author
Scott Larson
committed
fix release version of M4 AC6 port
1 parent 6f61053 commit 608f55f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ports/cortex_m4/ac6/example_build/sample_threadx/tx_initialize_low_level.S

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ SYSTICK_CYCLES = ((SYSTEM_CLOCK / 100) -1)
5757
@/* FUNCTION RELEASE */
5858
@/* */
5959
@/* _tx_initialize_low_level Cortex-M4/AC6 */
60-
@/* 6.1 */
60+
@/* 6.0.1 */
6161
@/* AUTHOR */
6262
@/* */
6363
@/* William E. Lamie, Microsoft Corporation */
@@ -91,8 +91,6 @@ SYSTICK_CYCLES = ((SYSTEM_CLOCK / 100) -1)
9191
@/* DATE NAME DESCRIPTION */
9292
@/* */
9393
@/* 06-30-2020 William E. Lamie Initial Version 6.0.1 */
94-
@/* xx-xx-xxxx William E. Lamie Modified comments, */
95-
@/* resulting in version 6.1 */
9694
@/* */
9795
@/**************************************************************************/
9896
@VOID _tx_initialize_low_level(VOID)

0 commit comments

Comments
 (0)