summaryrefslogtreecommitdiff
path: root/ports/arc_hs/metaware/src/tx_timer_interrupt.s
diff options
context:
space:
mode:
Diffstat (limited to 'ports/arc_hs/metaware/src/tx_timer_interrupt.s')
-rw-r--r--ports/arc_hs/metaware/src/tx_timer_interrupt.s8
1 files changed, 7 insertions, 1 deletions
diff --git a/ports/arc_hs/metaware/src/tx_timer_interrupt.s b/ports/arc_hs/metaware/src/tx_timer_interrupt.s
index 1ae05e76..959281f4 100644
--- a/ports/arc_hs/metaware/src/tx_timer_interrupt.s
+++ b/ports/arc_hs/metaware/src/tx_timer_interrupt.s
@@ -18,13 +18,16 @@
;/** */
;/**************************************************************************/
;/**************************************************************************/
+#ifdef TX_INCLUDE_USER_DEFINE_FILE
+#include "tx_user.h"
+#endif
;/**************************************************************************/
;/* */
;/* FUNCTION RELEASE */
;/* */
;/* _tx_timer_interrupt ARC_HS/MetaWare */
-;/* 6.1.9 */
+;/* 6.2.1 */
;/* AUTHOR */
;/* */
;/* William E. Lamie, Microsoft Corporation */
@@ -69,6 +72,9 @@
;/* fixed possible race */
;/* condition on preemption */
;/* resulting in version 6.1.9 */
+;/* 03-08-2023 Cindy Deng Modified comment(s), added */
+;/* #include tx_user.h, */
+;/* resulting in version 6.2.1 */
;/* */
;/**************************************************************************/
;VOID _tx_timer_interrupt(VOID)