summaryrefslogtreecommitdiff
path: root/ports/cortex_m3/gnu/example_build
diff options
context:
space:
mode:
authorScott Larson <[email protected]>2020-09-30 15:42:41 -0700
committerScott Larson <[email protected]>2020-09-30 15:42:41 -0700
commit1b5816a206016d06128bd5e9afa7fbf8f09b0847 (patch)
tree132c61289efdad36341f7992e1109dd96e9bbf94 /ports/cortex_m3/gnu/example_build
parent7287542cc851225544d0914375a9746aa866d1fb (diff)
6.1 minor release
Diffstat (limited to 'ports/cortex_m3/gnu/example_build')
-rw-r--r--ports/cortex_m3/gnu/example_build/tx_initialize_low_level.S10
1 files changed, 4 insertions, 6 deletions
diff --git a/ports/cortex_m3/gnu/example_build/tx_initialize_low_level.S b/ports/cortex_m3/gnu/example_build/tx_initialize_low_level.S
index dd788e9d..e9e90aca 100644
--- a/ports/cortex_m3/gnu/example_build/tx_initialize_low_level.S
+++ b/ports/cortex_m3/gnu/example_build/tx_initialize_low_level.S
@@ -49,7 +49,7 @@ SYSTICK_CYCLES = ((SYSTEM_CLOCK / 100) -1)
@/* FUNCTION RELEASE */
@/* */
@/* _tx_initialize_low_level Cortex-M3/GNU */
-@/* 6.0.2 */
+@/* 6.1 */
@/* AUTHOR */
@/* */
@/* William E. Lamie, Microsoft Corporation */
@@ -83,12 +83,10 @@ SYSTICK_CYCLES = ((SYSTEM_CLOCK / 100) -1)
@/* DATE NAME DESCRIPTION */
@/* */
@/* 05-19-2020 William E. Lamie Initial Version 6.0 */
-@/* 06-30-2020 William E. Lamie Modified Comment(s), fixed */
-@/* GNU assembly comment, */
-@/* resulting in version 6.0.1 */
-@/* 08-14-2020 William E. Lamie Modified Comment(s), clean */
+@/* 09-30-2020 William E. Lamie Modified Comment(s), fixed */
+@/* GNU assembly comment, clean */
@/* up whitespace, resulting */
-@/* in version 6.0.2 */
+@/* in version 6.1 */
@/* */
@/**************************************************************************/
@VOID _tx_initialize_low_level(VOID)