|
From: kosmirror <kos...@us...> - 2025-12-01 18:53:45
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "A pseudo Operating System for the Dreamcast.".
The branch, master has been updated
via df6755aafd1c9e83fefa797165ffc9cdbc42aed5 (commit)
from 5aafe1c0fed97b18e891a9541200276f6c742433 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit df6755aafd1c9e83fefa797165ffc9cdbc42aed5
Author: QuzarDC <qu...@co...>
Date: Sun Nov 30 23:28:32 2025 -0500
sci: Add missing param for `sci_shutdown` prototype.
-----------------------------------------------------------------------
Summary of changes:
kernel/arch/dreamcast/include/dc/sci.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/arch/dreamcast/include/dc/sci.h b/kernel/arch/dreamcast/include/dc/sci.h
index 3ee702f7..09c06861 100644
--- a/kernel/arch/dreamcast/include/dc/sci.h
+++ b/kernel/arch/dreamcast/include/dc/sci.h
@@ -146,7 +146,7 @@ void sci_configure_spi(sci_spi_cs_mode_t cs, size_t buffer_size);
/** \brief Shutdown the SCI port.
*/
-void sci_shutdown();
+void sci_shutdown(void);
/** \brief Read a single byte from the UART.
\param data Pointer to store the read byte.
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|