Fix: Typo in posix networking demo (#259)

Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
This commit is contained in:
alfred gedeon
2020-09-10 18:05:34 -07:00
committed by GitHub
parent 1a55c8779f
commit 0f5e3aa88a

View File

@@ -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" );
}
}
/*-----------------------------------------------------------*/