Skip to content
Snippets Groups Projects
Unverified Commit 00e5c5a5 authored by CNLohr's avatar CNLohr Committed by GitHub
Browse files

Add header definition for SetupUART Closes #250

parent 45af7364
No related branches found
No related tags found
No related merge requests found
...@@ -5232,6 +5232,8 @@ void SystemInit(void); ...@@ -5232,6 +5232,8 @@ void SystemInit(void);
// Put an output debug UART on Pin D5. // Put an output debug UART on Pin D5.
// You can write to this with printf(...) or puts(...) // You can write to this with printf(...) or puts(...)
void SetupUART( int uartBRR );
void WaitForDebuggerToAttach(); void WaitForDebuggerToAttach();
// Just a definition to the internal _write function. // 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