diff options
| author | Bo Chen <[email protected]> | 2021-06-02 06:45:05 +0000 |
|---|---|---|
| committer | Bo Chen <[email protected]> | 2021-06-02 06:45:05 +0000 |
| commit | f5056f4923410b99c87ab909d24ae77bf41923b6 (patch) | |
| tree | b5b5e518b7c36a74a962bfb36f0288c0d1bc0fe7 /common/src/tx_thread_stack_error_handler.c | |
| parent | d759e6bb9e040bc9f973ef706dc7b0a9c68be916 (diff) | |
Release 6.1.7
Diffstat (limited to 'common/src/tx_thread_stack_error_handler.c')
| -rw-r--r-- | common/src/tx_thread_stack_error_handler.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/common/src/tx_thread_stack_error_handler.c b/common/src/tx_thread_stack_error_handler.c index 6d62c3f3..9049b338 100644 --- a/common/src/tx_thread_stack_error_handler.c +++ b/common/src/tx_thread_stack_error_handler.c @@ -26,6 +26,7 @@ /* Include necessary system files. */ #include "tx_api.h" +#ifndef TX_PORT_THREAD_STACK_ERROR_HANDLER #if defined(TX_MISRA_ENABLE) || defined(TX_ENABLE_STACK_CHECKING) #include "tx_thread.h" @@ -35,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _tx_thread_stack_error_handler PORTABLE C */ -/* 6.1.1 */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -72,6 +73,11 @@ /* 10-16-2020 William E. Lamie Modified comment(s), */ /* fixed link issue, */ /* resulting in version 6.1.1 */ +/* 06-02-2021 William E. Lamie Modified comment(s), */ +/* fixed link issue, added */ +/* conditional compilation */ +/* for ARMv8-M (Cortex M23/33) */ +/* resulting in version 6.1.7 */ /* */ /**************************************************************************/ VOID _tx_thread_stack_error_handler(TX_THREAD *thread_ptr) @@ -111,3 +117,4 @@ TX_INTERRUPT_SAVE_AREA } #endif /* TX_MISRA_ENABLE */ +#endif /* TX_PORT_THREAD_STACK_ERROR_HANDLER */ |
