1
0

Store device's names and add more startup messages

This commit is contained in:
2012-10-07 23:38:37 -04:00
parent d7f354221f
commit a64668b239
6 changed files with 19 additions and 3 deletions

View File

@ -110,6 +110,7 @@ int mini_uart_putc(char c) {
}
struct serial_dev mini_uart_dev = {
.name = "pi_mini_uart",
.putc = &mini_uart_putc
};