File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 97
97
#define EVR_RTX_MEMORY_BLOCK_ALLOC_DISABLE
98
98
#define EVR_RTX_MEMORY_BLOCK_FREE_DISABLE
99
99
#define EVR_RTX_KERNEL_INITIALIZE_DISABLE
100
- #define EVR_RTX_KERNEL_INITIALIZE_COMPLETED_DISABLE
100
+ #define EVR_RTX_KERNEL_INITIALIZED_DISABLE
101
101
#define EVR_RTX_KERNEL_GET_INFO_DISABLE
102
102
#define EVR_RTX_KERNEL_INFO_RETRIEVED_DISABLE
103
103
#define EVR_RTX_KERNEL_GET_STATE_DISABLE
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ __WEAK void EvrRtxKernelInitialize (void) {
326
326
}
327
327
#endif
328
328
329
- #if (!defined(EVR_RTX_DISABLE ) && (OS_EVR_KERNEL != 0 ) && !defined(EVR_RTX_KERNEL_INITIALIZE_COMPLETED_DISABLE ))
329
+ #if (!defined(EVR_RTX_DISABLE ) && (OS_EVR_KERNEL != 0 ) && !defined(EVR_RTX_KERNEL_INITIALIZED_DISABLE ))
330
330
__WEAK void EvrRtxKernelInitialized (void ) {
331
331
#if defined(RTE_Compiler_EventRecorder )
332
332
(void )EventRecord2 (EvtRtxKernelInitialized , 0U , 0U );
You can’t perform that action at this time.
0 commit comments