Fix: Typo in posix networking demo (#259)

Co-authored-by: Alfred Gedeon <gedeonag@amazon.com>
pull/260/head^2
alfred gedeon 5 years ago committed by GitHub
parent 1a55c8779f
commit 0f5e3aa88a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save