From 66e26c377e201d4136480ebf7f00e837042d239e Mon Sep 17 00:00:00 2001 From: Rene Hopf Date: Mon, 12 Jun 2017 19:10:18 +0200 Subject: [PATCH] include f3hw in main --- stm32f303/src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/stm32f303/src/main.c b/stm32f303/src/main.c index 34c3d194..f90fbc3b 100644 --- a/stm32f303/src/main.c +++ b/stm32f303/src/main.c @@ -57,6 +57,7 @@ #include "version.h" #include "common.h" #include "commands.h" +#include "f3hw.h" uint32_t systick_freq; CRC_HandleTypeDef hcrc;