Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Revaillot <g.revaillot@gmail.com>2019-06-17 22:46:39 +0300
committerKarl Palsson <karlp@tweak.net.au>2019-06-18 01:34:51 +0300
commit615918ffdef98d5a1b3a219b5c9e1e22bb4ef2a3 (patch)
treeef536bf0ee6a8bad0b015043b76d79cd59df8a18
parentf121c8c8f0bc858d16e4366a38d16b939a0b8ed5 (diff)
stm32g0: compile spi_common_v1.c
fix #1067
-rw-r--r--lib/stm32/g0/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32/g0/Makefile b/lib/stm32/g0/Makefile
index 7a663b50..376ee203 100644
--- a/lib/stm32/g0/Makefile
+++ b/lib/stm32/g0/Makefile
@@ -43,7 +43,7 @@ OBJS += iwdg_common_all.o
OBJS += pwr.o
OBJS += rcc.o rcc_common_all.o
OBJS += rng_common_v1.o
-OBJS += spi_common_all.o spi_common_v1_frf.o
+OBJS += spi_common_all.o spi_common_v1.o spi_common_v1_frf.o
OBJS += timer_common_all.o
OBJS += usart_common_all.o usart_common_v2.o