changed UART1 to UART3

This commit is contained in:
strawmanbobi
2018-01-24 11:00:46 +08:00
parent e74b61093b
commit a65db05228
3 changed files with 37 additions and 39 deletions

View File

@@ -391,8 +391,10 @@ void SetupUART()
UARTPORT(CR2 = 0);
UARTPORT(CR4 = 0);
UARTPORT(CR3 = 0);
#if defined USE_UART1
UARTPORT(GTR = 0);
UARTPORT(PSCR = 0);
#endif
//
// Now setup the port to 57600,n,8,1.
//