mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-27 16:23:46 +00: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:
@@ -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 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user