Skip to content

Commit

Permalink
Merge branch 'main' into update_readme_tcp_qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
kar-rahul-aws committed Jul 15, 2024
2 parents a3eb9b4 + 82099c3 commit 7bfacae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions FreeRTOS/Demo/CORTEX_MPU_M3_MPS2_QEMU_GCC/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ extern void vAssertCalled( void );
#define configUSE_COUNTING_SEMAPHORES 1
#define configSUPPORT_DYNAMIC_ALLOCATION 1
#define configSUPPORT_STATIC_ALLOCATION 1
#define configNUM_TX_DESCRIPTORS 15
#define configSTREAM_BUFFER_TRIGGER_LEVEL_TEST_MARGIN 2
#define configCHECK_FOR_STACK_OVERFLOW 2
#define configALLOW_UNPRIVILEGED_CRITICAL_SECTIONS 0
Expand Down Expand Up @@ -134,9 +133,4 @@ unsigned long ulGetRunTimeCounterValue( void ); /* Prototype of function that re
extern void vLoggingPrintf( const char * pcFormatString,
... );

#ifdef HEAP3
#define xPortGetMinimumEverFreeHeapSize ( x )
#define xPortGetFreeHeapSize ( x )
#endif

#endif /* FREERTOS_CONFIG_H */
2 changes: 1 addition & 1 deletion FreeRTOS/Demo/Posix_GCC/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ void vApplicationTickHook( void )

/*-----------------------------------------------------------*/

void traceOnEnter()
void traceOnEnter( void )
{
#if ( TRACE_ON_ENTER == 1 )
int xReturn;
Expand Down

0 comments on commit 7bfacae

Please sign in to comment.