From 0599bdc5c40f560bfc4bf3cdf9caef8f7f4a1cd4 Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Mon, 18 Jun 2012 19:45:18 +1200 Subject: Cleaned up STM32F1 driver and renamed appropriately. --- src/stm32f4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stm32f4.c') diff --git a/src/stm32f4.c b/src/stm32f4.c index b2d3747..790f97d 100644 --- a/src/stm32f4.c +++ b/src/stm32f4.c @@ -36,7 +36,7 @@ #include "general.h" #include "adiv5.h" #include "target.h" -#include "stm32_tgt.h" +#include "stm32.h" static int stm32f4_flash_erase(struct target_s *target, uint32_t addr, int len); static int stm32f4_flash_write_words(struct target_s *target, uint32_t dest, const uint32_t *src, -- cgit v1.2.3