aboutsummaryrefslogtreecommitdiff
path: root/src/stm32f1.c
diff options
context:
space:
mode:
authorGareth McMullin2012-06-18 20:27:06 +1200
committerGareth McMullin2012-06-18 20:27:06 +1200
commitbc7e7d21128f8aaac4d2b6191bfd904fe76f7deb (patch)
treedf1f9e706b163ad3ae9df019fd6514523890d046 /src/stm32f1.c
parentbc5a6f022bf926353d09c3c1b69ddf05ee353edf (diff)
Removed target header files containing a single prototype.
Target probe prototypes are all in target.h now.
Diffstat (limited to 'src/stm32f1.c')
-rw-r--r--src/stm32f1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stm32f1.c b/src/stm32f1.c
index 2cce513..1b4dff6 100644
--- a/src/stm32f1.c
+++ b/src/stm32f1.c
@@ -35,7 +35,6 @@
#include "general.h"
#include "adiv5.h"
#include "target.h"
-#include "stm32.h"
static int stm32md_flash_erase(struct target_s *target, uint32_t addr, int len);
static int stm32hd_flash_erase(struct target_s *target, uint32_t addr, int len);