Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
21 years ago

printf("Hello World \n\r")

To get nios2 to print a line and start a new at left boarder I find it necessary to do printf(" Hello world \n\r"); \n alone only advances the line. \r gives the carriage return. In the ...