Skip to content

Commit

Permalink
modified: src/putchar.c
Browse files Browse the repository at this point in the history
  • Loading branch information
343GuiltySpark-04 committed Oct 17, 2022
1 parent 143a0dd commit 8af9821
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/putchar.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ void _putchar(char character)
}
else
{

// Enable when needed
// serial_debug(character);
term_putchar(&term, character);
}
}

0 comments on commit 8af9821

Please sign in to comment.