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:
chinglee-iot 2023-11-16 12:19:24 +08:00 committed by GitHub
parent 24eed82bee
commit eccc2545d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -128,6 +128,8 @@ void vConfigureTimerForRunTimeStats( void ); /* Prototype of function that in
} \ } \
} while( 0 ) } while( 0 )
#define mtCOVERAGE_TEST_MARKER() __asm volatile ( "NOP" )
#define configINCLUDE_MESSAGE_BUFFER_AMP_DEMO 0 #define configINCLUDE_MESSAGE_BUFFER_AMP_DEMO 0
#if ( configINCLUDE_MESSAGE_BUFFER_AMP_DEMO == 1 ) #if ( configINCLUDE_MESSAGE_BUFFER_AMP_DEMO == 1 )
extern void vGenerateCoreBInterrupt( void * xUpdatedMessageBuffer ); extern void vGenerateCoreBInterrupt( void * xUpdatedMessageBuffer );

View file

@ -129,6 +129,8 @@ void vConfigureTimerForRunTimeStats( void ); /* Prototype of function that in
} \ } \
} while( 0 ) } while( 0 )
#define mtCOVERAGE_TEST_MARKER() __asm volatile ( "NOP" )
extern void vDefaultSendCompletedStub( void * xStreamBuffer ); extern void vDefaultSendCompletedStub( void * xStreamBuffer );
#define sbSEND_COMPLETED( pxStreamBuffer ) vDefaultSendCompletedStub( pxStreamBuffer ) #define sbSEND_COMPLETED( pxStreamBuffer ) vDefaultSendCompletedStub( pxStreamBuffer )