Update MinSerial.cpp
Add missing commas
This commit is contained in:
@@ -53,9 +53,9 @@ struct USARTMin {
|
||||
0x40004800, // USART3
|
||||
0x40004C00, // UART4_BASE
|
||||
0x40005000, // UART5_BASE
|
||||
0x40011400 // USART6
|
||||
0x40007800 // UART7_BASE
|
||||
0x40007C00 // UART8_BASE
|
||||
0x40011400, // USART6
|
||||
0x40007800, // UART7_BASE
|
||||
0x40007C00, // UART8_BASE
|
||||
0x40011800 // UART9_BASE
|
||||
};
|
||||
static USARTMin * regs = (USARTMin*)regsAddr[SERIAL_PORT - 1];
|
||||
|
Reference in New Issue
Block a user