Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/drivers/ns16550/ns16550.c

    rfa70134 r82dcd25  
    117117
    118118        if ((!instance->parea.mapped) || (console_override)) {
    119                 if (ch == '\n')
    120                         ns16550_sendb(instance, '\r');
    121 
    122119                if (ascii_check(ch))
    123120                        ns16550_sendb(instance, (uint8_t) ch);
Note: See TracChangeset for help on using the changeset viewer.