diff options
Diffstat (limited to 'board/nuvoton/common/uart.h')
-rw-r--r-- | board/nuvoton/common/uart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/nuvoton/common/uart.h b/board/nuvoton/common/uart.h index 9cc895251b3..fc8ec477c8b 100644 --- a/board/nuvoton/common/uart.h +++ b/board/nuvoton/common/uart.h @@ -6,6 +6,6 @@ #ifndef _NUVOTON_UART_H #define _NUVOTON_UART_H -void board_set_console(void); +int board_set_console(void); #endif /* _NUVOTON_COMMON_H */ |