From 664c869f7749da96bbea7307beb043dfe52593c5 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 28 Jul 2019 23:23:18 -0400 Subject: lib: Remove unused stm32f1 "hal" code Now that the stm32f1 code has been merged into the stm32 code, there is no longer a need to use the upstream stm32f1 "hal" code. Signed-off-by: Kevin O'Connor --- lib/stm32f1/stm32f1.patch | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/stm32f1/stm32f1.patch') diff --git a/lib/stm32f1/stm32f1.patch b/lib/stm32f1/stm32f1.patch index ea277317..01bd4d5f 100644 --- a/lib/stm32f1/stm32f1.patch +++ b/lib/stm32f1/stm32f1.patch @@ -1,10 +1,3 @@ -diff --git a/lib/stm32f1/hal/include/stm32f1xx_hal_conf.h b/lib/stm32f1/hal/include/stm32f1xx_hal_conf.h -new file mode 100644 -index 00000000..fb41c421 ---- /dev/null -+++ b/lib/stm32f1/hal/include/stm32f1xx_hal_conf.h -@@ -0,0 +1 @@ -+#include "stm32f1xx_hal_conf_template.h" diff --git a/lib/stm32f1/system_stm32f1xx.c b/lib/stm32f1/system_stm32f1xx.c index be2da1b1..fb6c279c 100644 --- a/lib/stm32f1/system_stm32f1xx.c -- cgit v1.2.3-70-g09d2