@ -224,7 +224,7 @@ short TERMIO_PutChar(unsigned char letter) {
}else{
LCD_OutChar(letter);
col++;
if(col>MAX_CHARS_PER_LINE){
if(col>=MAX_CHARS_PER_LINE){
if(row==0){
to_row(1);
}else{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.