mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-12-19 10:52:36 +08:00
Fix: Typo in posix networking demo (#259)
Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
This commit is contained in:
@@ -211,7 +211,7 @@ static BaseType_t xTasksAlreadyCreated = pdFALSE;
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
printf( "application iddle hook network down\n" );
|
FreeRTOS_printf( "Application idle hook network down\n" );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*-----------------------------------------------------------*/
|
/*-----------------------------------------------------------*/
|
||||||
|
|||||||
Reference in New Issue
Block a user