usart: only allocate two USART structures

This commit is contained in:
S.J.R. van Schaik 2017-07-24 17:09:59 +02:00
parent 715cd7f72e
commit 3f7580ae39

View file

@ -26,7 +26,7 @@ struct usart_console {
uint32_t dev;
};
static struct usart_console usart[4];
static struct usart_console usart[2];
static void usart_isr(struct usart_console *console)
{