Merge branch 'main' into add-cortex-r82-non-mpu-gcc-armclang-port

This commit is contained in:
Rahul Kar 2025-07-09 19:23:14 +05:30 committed by GitHub
commit 991fffd311
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 2 deletions

View file

@ -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 );