mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 02:07:48 -04:00
Fix: Typo in posix networking demo (#259)
Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
This commit is contained in:
parent
1a55c8779f
commit
0f5e3aa88a
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ static BaseType_t xTasksAlreadyCreated = pdFALSE;
|
|||
}
|
||||
else
|
||||
{
|
||||
printf( "application iddle hook network down\n" );
|
||||
FreeRTOS_printf( "Application idle hook network down\n" );
|
||||
}
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue