Changes in kernel/genarch/src/drivers/s3c24xx/uart.c [aafed15:28a5ebd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/drivers/s3c24xx/uart.c
raafed15 r28a5ebd 61 61 } 62 62 63 static void s3c24xx_uart_put wchar(outdev_t *dev, wchar_t ch)63 static void s3c24xx_uart_putuchar(outdev_t *dev, char32_t ch) 64 64 { 65 65 s3c24xx_uart_t *uart = … … 94 94 95 95 static outdev_operations_t s3c24xx_uart_ops = { 96 .write = s3c24xx_uart_put wchar,96 .write = s3c24xx_uart_putuchar, 97 97 .redraw = NULL, 98 98 .scroll_up = NULL,
Note:
See TracChangeset
for help on using the changeset viewer.