Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/drivers/s3c24xx/uart.c

    raafed15 r28a5ebd  
    6161}
    6262
    63 static void s3c24xx_uart_putwchar(outdev_t *dev, wchar_t ch)
     63static void s3c24xx_uart_putuchar(outdev_t *dev, char32_t ch)
    6464{
    6565        s3c24xx_uart_t *uart =
     
    9494
    9595static outdev_operations_t s3c24xx_uart_ops = {
    96         .write = s3c24xx_uart_putwchar,
     96        .write = s3c24xx_uart_putuchar,
    9797        .redraw = NULL,
    9898        .scroll_up = NULL,
Note: See TracChangeset for help on using the changeset viewer.