Remove unneeded CR

This commit is contained in:
Byron Lathi
2023-09-27 23:03:22 -07:00
parent 4925354f53
commit 85f53816f9
8 changed files with 49 additions and 49 deletions

View File

@@ -16,7 +16,7 @@ int main() {
cprintf("%s", string);
cprintf("Here is a long string: %s\r\n", longstring);
cprintf("Here is a long string: %s\n", longstring);
while(1);