usart: only allocate two USART structures
This commit is contained in:
parent
715cd7f72e
commit
3f7580ae39
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ struct usart_console {
|
||||||
uint32_t dev;
|
uint32_t dev;
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct usart_console usart[4];
|
static struct usart_console usart[2];
|
||||||
|
|
||||||
static void usart_isr(struct usart_console *console)
|
static void usart_isr(struct usart_console *console)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue