Changes in kernel/arch/riscv64/src/drivers/ucb.c [aafed15:28a5ebd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/riscv64/src/drivers/ucb.c
raafed15 r28a5ebd 42 42 43 43 static outdev_operations_t htifdev_ops = { 44 .write = htif_put wchar,44 .write = htif_putuchar, 45 45 .redraw = NULL, 46 46 .scroll_up = NULL, … … 85 85 } 86 86 87 void htif_put wchar(outdev_t *dev, const wchar_t ch)87 void htif_putuchar(outdev_t *dev, const char32_t ch) 88 88 { 89 89 if (ascii_check(ch))
Note:
See TracChangeset
for help on using the changeset viewer.