Skip to content
Snippets Groups Projects
Commit 1a2f6ff3 authored by cnlohr's avatar cnlohr
Browse files

Merge branch 'master' of https://github.com/cnlohr/ch32v003fun

parents ccba9234 00e5c5a5
No related branches found
No related tags found
No related merge requests found
......@@ -12459,6 +12459,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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment