mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-03 12:53:52 -04:00
Merge branch 'main' into add-cortex-r82-non-mpu-gcc-armclang-port
This commit is contained in:
commit
991fffd311
3 changed files with 12 additions and 2 deletions
2
portable/ThirdParty/GCC/Posix/port.c
vendored
2
portable/ThirdParty/GCC/Posix/port.c
vendored
|
@ -193,7 +193,7 @@ void prvFatalError( const char * pcCall,
|
|||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
static void prvPortSetCurrentThreadName( char * pxThreadName )
|
||||
static void prvPortSetCurrentThreadName( const char * pxThreadName )
|
||||
{
|
||||
#ifdef __APPLE__
|
||||
pthread_setname_np( pxThreadName );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue