stm32f3: drop redundant gpio.c
All methods in this file are in either * common/gpio_common_all.c * common/gpio_common_f0234.c Those other files have better doxygen commentary, this file should never have been added.
This commit is contained in:
committed by
Karl Palsson
parent
884924d598
commit
8fa7727b09
@@ -35,7 +35,7 @@ CFLAGS = -Os -g \
|
||||
|
||||
ARFLAGS = rcs
|
||||
|
||||
OBJS = rcc.o gpio.o adc.o i2c.o usart.o dma.o flash.o
|
||||
OBJS = rcc.o adc.o i2c.o usart.o dma.o flash.o
|
||||
|
||||
OBJS += gpio_common_all.o gpio_common_f0234.o \
|
||||
dac_common_all.o usart_common_all.o crc_common_all.o\
|
||||
|
||||
Reference in New Issue
Block a user