Ignore:
File:
1 edited

Legend:

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

    rb7c819e r7ddc2c7  
    5252        grlib_uart_status_t *status;
    5353        grlib_uart_t *uart = (grlib_uart_t *) dev->data;
    54         uint32_t reg;
    5554       
    5655        /* Wait for space becoming available in Tx FIFO. */
    5756        do {
    58                 reg = pio_read_32(&uart->io->status);
     57                uint32_t reg = pio_read_32(&uart->io->status);
    5958                status = (grlib_uart_status_t *) ®
    6059        } while (status->tf != 0);
Note: See TracChangeset for help on using the changeset viewer.