main: swap around USART1 and USART2 to be compatible with tbm-schematics

This commit is contained in:
S.J.R. van Schaik 2017-07-28 13:15:07 +02:00
parent 0ee4779e5c
commit 33373dd250
4 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,6 @@ STLINK_PORT ?= :4242
obj-y += source/core/spi.o
obj-y += source/drivers/spi_flash.o
obj-y += source/drivers/usart_console.o
$(OPENCM3_DIR)/lib/lib$(OPENCM3_LIBNAME).a:
@if [ ! -e libopencm3/.git ]; then \