Ignore:
File:
1 edited

Legend:

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

    r7ddc2c7 re47ed05  
    100100static outdev_operations_t grlib_uart_ops = {
    101101        .write = grlib_uart_putchar,
    102         .redraw = NULL,
    103         .scroll_up = NULL,
    104         .scroll_down = NULL
     102        .redraw = NULL
    105103};
    106104
Note: See TracChangeset for help on using the changeset viewer.