From 2c4b02249ec4355a73b826909ab1889e45871faf Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 31 Aug 2024 10:47:14 +0200 Subject: Saving progress on User scheduler implementation. + Working on RISC-V, ARM64, POWER64 HALs, to be able to distribute mulitple versions of the product. Signed-off-by: Amlal El Mahrouss --- dev/DDK/KernelPrint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/DDK/KernelPrint.h') diff --git a/dev/DDK/KernelPrint.h b/dev/DDK/KernelPrint.h index d3c2c523..88244c94 100644 --- a/dev/DDK/KernelPrint.h +++ b/dev/DDK/KernelPrint.h @@ -11,8 +11,8 @@ #include /// @brief print character into UART. -DK_EXTERN void kernelPrintChar(const char ch); +DK_EXTERN void KernelPrintChar(const char ch); /// @brief print string to UART. /// @param message string to transmit to UART. -DK_EXTERN void kernelPrintStr(const char* message); +DK_EXTERN void KernelPrintStr(const char* message); -- cgit v1.2.3