From 0071502e0b974cf9e8714fdfb0e426c3f6c008ea Mon Sep 17 00:00:00 2001 From: jeromecoutant Date: Tue, 27 Mar 2018 14:54:40 +0200 Subject: [PATCH] STM32 Watchdog : move API file to STM family level --- targets/TARGET_STM/{TARGET_STM32F4 => }/watchdog_api.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename targets/TARGET_STM/{TARGET_STM32F4 => }/watchdog_api.c (100%) diff --git a/targets/TARGET_STM/TARGET_STM32F4/watchdog_api.c b/targets/TARGET_STM/watchdog_api.c similarity index 100% rename from targets/TARGET_STM/TARGET_STM32F4/watchdog_api.c rename to targets/TARGET_STM/watchdog_api.c