From 00e5c5a5c1c44d9d28c95c5a33fdd1464ecb13fc Mon Sep 17 00:00:00 2001 From: CNLohr <lohr85@gmail.com> Date: Mon, 12 Feb 2024 11:14:52 -0800 Subject: [PATCH] Add header definition for SetupUART Closes #250 --- ch32v003fun/ch32v003fun.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ch32v003fun/ch32v003fun.h b/ch32v003fun/ch32v003fun.h index 86c511e..13633fc 100644 --- a/ch32v003fun/ch32v003fun.h +++ b/ch32v003fun/ch32v003fun.h @@ -5232,6 +5232,8 @@ void SystemInit(void); // Put an output debug UART on Pin D5. // You can write to this with printf(...) or puts(...) +void SetupUART( int uartBRR ); + void WaitForDebuggerToAttach(); // Just a definition to the internal _write function. -- GitLab