mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-16 01:37:45 -04:00
Add back mtCOVERAGE_TEST_MARKER in stream_buffer unit test (#1110)
* Add back mtCOVERAGE_TEST_MARKER in stream_buffer unit test
This commit is contained in:
parent
24eed82bee
commit
eccc2545d8
2 changed files with 4 additions and 0 deletions
|
@ -128,6 +128,8 @@ void vConfigureTimerForRunTimeStats( void ); /* Prototype of function that in
|
|||
} \
|
||||
} while( 0 )
|
||||
|
||||
#define mtCOVERAGE_TEST_MARKER() __asm volatile ( "NOP" )
|
||||
|
||||
#define configINCLUDE_MESSAGE_BUFFER_AMP_DEMO 0
|
||||
#if ( configINCLUDE_MESSAGE_BUFFER_AMP_DEMO == 1 )
|
||||
extern void vGenerateCoreBInterrupt( void * xUpdatedMessageBuffer );
|
||||
|
|
|
@ -129,6 +129,8 @@ void vConfigureTimerForRunTimeStats( void ); /* Prototype of function that in
|
|||
} \
|
||||
} while( 0 )
|
||||
|
||||
#define mtCOVERAGE_TEST_MARKER() __asm volatile ( "NOP" )
|
||||
|
||||
extern void vDefaultSendCompletedStub( void * xStreamBuffer );
|
||||
#define sbSEND_COMPLETED( pxStreamBuffer ) vDefaultSendCompletedStub( pxStreamBuffer )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue