doc: convert stm32 iwdg peripheral to common naming

This commit is contained in:
Guillaume Revaillot
2018-06-25 13:22:18 +02:00
committed by Karl Palsson
parent b4154f3ce6
commit 8310de2f5b
8 changed files with 3 additions and 188 deletions

View File

@@ -37,7 +37,7 @@ TGT_CFLAGS += $(STANDARD_FLAGS)
ARFLAGS = rcs
OBJS = can.o flash.o rcc.o dma.o rtc.o comparator.o \
dac.o iwdg.o pwr.o gpio.o timer.o adc.o desig.o
dac.o pwr.o gpio.o timer.o adc.o desig.o
OBJS += gpio_common_all.o gpio_common_f0234.o crc_common_all.o crc_v2.o \
pwr_common_v1.o iwdg_common_all.o rtc_common_l1f024.o \