Skip to content

Commit df6755a

Browse files
QuzarDCQuzarDC
authored andcommitted
sci: Add missing param for sci_shutdown prototype.
1 parent 5aafe1c commit df6755a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • kernel/arch/dreamcast/include/dc

kernel/arch/dreamcast/include/dc/sci.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ void sci_configure_spi(sci_spi_cs_mode_t cs, size_t buffer_size);
146146

147147
/** \brief Shutdown the SCI port.
148148
*/
149-
void sci_shutdown();
149+
void sci_shutdown(void);
150150

151151
/** \brief Read a single byte from the UART.
152152
\param data Pointer to store the read byte.

0 commit comments

Comments
 (0)