Remove all implementatinos of up_wdginitialize(). It is no longer used.

This commit is contained in:
Gregory Nutt
2016-05-18 19:48:42 -06:00
parent c364faeefc
commit 8ace1e3be2
18 changed files with 24 additions and 97 deletions
-4
View File
@@ -73,10 +73,6 @@ ifeq ($(CONFIG_ADC),y)
CSRCS += stm32_adc.c
endif
ifeq ($(CONFIG_WATCHDOG),y)
CSRCS += stm32_watchdog.c
endif
ifeq ($(CONFIG_STM32_PHYINIT),y)
CSRCS += stm32_phyinit.c
endif