stm32: doc: gpio: move gpio to peripheral_apis

Drops dummy gpio.c files that weren't even being compiled in some cases.
This commit is contained in:
Karl Palsson
2019-05-21 22:32:30 +00:00
parent d77f539013
commit 508f8d9487
13 changed files with 8 additions and 195 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 \
pwr.o gpio.o timer.o adc.o desig.o
pwr.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 \