Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/drivers/dsrln/dsrlnout.c

    re064102 r28a5ebd  
    4949} dsrlnout_instance_t;
    5050
    51 static void dsrlnout_putwchar(outdev_t *dev, const wchar_t ch)
     51static void dsrlnout_putuchar(outdev_t *dev, const char32_t ch)
    5252{
    5353        dsrlnout_instance_t *instance = (dsrlnout_instance_t *) dev->data;
     
    6262
    6363static outdev_operations_t dsrlndev_ops = {
    64         .write = dsrlnout_putwchar,
     64        .write = dsrlnout_putuchar,
    6565        .redraw = NULL,
    6666        .scroll_up = NULL,
Note: See TracChangeset for help on using the changeset viewer.