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

Merge pull request #277 from cnlohr/master

Add header definition for SetupUART Closes #250
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