Skip to content

Commit

Permalink
Simplify and fix hello world example
Browse files Browse the repository at this point in the history
  • Loading branch information
franzflasch committed Feb 10, 2024
1 parent 87684ce commit 807af14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions firmware/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

void putchar(char c)
{
if (c == '\n')
putchar('\r');
reg_uart_data = c;
}

Expand Down

0 comments on commit 807af14

Please sign in to comment.