summaryrefslogtreecommitdiff
path: root/ports/rxv1/gnu/src/tx_thread_stack_build.S
diff options
context:
space:
mode:
Diffstat (limited to 'ports/rxv1/gnu/src/tx_thread_stack_build.S')
-rw-r--r--ports/rxv1/gnu/src/tx_thread_stack_build.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/ports/rxv1/gnu/src/tx_thread_stack_build.S b/ports/rxv1/gnu/src/tx_thread_stack_build.S
index e4313997..0b90e841 100644
--- a/ports/rxv1/gnu/src/tx_thread_stack_build.S
+++ b/ports/rxv1/gnu/src/tx_thread_stack_build.S
@@ -26,7 +26,7 @@
;/* FUNCTION RELEASE */
;/* */
;/* _tx_thread_stack_build RXv1/GNURX */
-;/* 6.1.10 */
+;/* 6.1.11 */
;/* AUTHOR */
;/* */
;/* William E. Lamie, Microsoft Corporation */
@@ -65,6 +65,8 @@
;/* resulting in version 6.1.9 */
;/* 01-31-2022 William E. Lamie Modified comment(s), */
;/* resulting in version 6.1.10 */
+;/* 04-25-2022 William E. Lamie Modified comment(s), */
+;/* resulting in version 6.1.11 */
;/* */
;/**************************************************************************/
;VOID _tx_thread_stack_build(TX_THREAD *thread_ptr, VOID (*function_ptr)(VOID))