Skip to content

Commit

Permalink
Fix Build Combinaton CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbartell committed Jan 30, 2024
1 parent bc13a8a commit 35b249c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/build-combination/Common/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ int main( void )

void vApplicationGetIdleTaskMemory( StaticTask_t ** ppxIdleTaskTCBBuffer,
StackType_t ** ppxIdleTaskStackBuffer,
uint32_t * pulIdleTaskStackSize )
configSTACK_DEPTH_TYPE * puxIdleTaskStackSize )
{
/* Provide a stub for this function. */
( void ) ppxIdleTaskTCBBuffer;
( void ) ppxIdleTaskStackBuffer;
( void ) pulIdleTaskStackSize;
( void ) puxIdleTaskStackSize;
}
#endif /* if ( configSUPPORT_STATIC_ALLOCATION == 1 ) */

Expand Down

0 comments on commit 35b249c

Please sign in to comment.