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:
Karl Palsson
2014-07-17 09:52:06 +00:00
committed by Karl Palsson
parent 884924d598
commit 8fa7727b09
2 changed files with 1 additions and 167 deletions

View File

@@ -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\