Ignore:
File:
1 edited

Legend:

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

    r28a5ebd r84176f3  
    5656}
    5757
    58 static void pl011_uart_putuchar(outdev_t *dev, char32_t ch)
     58static void pl011_uart_putwchar(outdev_t *dev, wchar_t ch)
    5959{
    6060        pl011_uart_t *uart = dev->data;
     
    7474
    7575static outdev_operations_t pl011_uart_ops = {
    76         .write = pl011_uart_putuchar,
     76        .write = pl011_uart_putwchar,
    7777        .redraw = NULL,
    7878        .scroll_up = NULL,
Note: See TracChangeset for help on using the changeset viewer.