Ignore:
File:
1 edited

Legend:

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

    r28a5ebd rfa70134  
    112112}
    113113
    114 static void ns16550_putuchar(outdev_t *dev, char32_t ch)
     114static void ns16550_putwchar(outdev_t *dev, wchar_t ch)
    115115{
    116116        ns16550_instance_t *instance = (ns16550_instance_t *) dev->data;
     
    128128
    129129static outdev_operations_t ns16550_ops = {
    130         .write = ns16550_putuchar,
     130        .write = ns16550_putwchar,
    131131        .redraw = NULL
    132132};
Note: See TracChangeset for help on using the changeset viewer.