stm32l4: Correct memorymap and add the existing CAN library

This commit is contained in:
Marek Koza
2019-04-30 20:47:14 +02:00
parent fc8a6aa7a2
commit e50ce6a876
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ TGT_CFLAGS += $(STANDARD_FLAGS)
ARFLAGS = rcs
# Specific objs
OBJS = adc.o flash.o pwr.o rcc.o
OBJS = adc.o flash.o pwr.o rcc.o can.o
# common/shared objs
OBJS += rcc_common_all.o