mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-10 00:07:54 -06:00
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 <kevin@koconnor.net>
This commit is contained in:
parent
36217f27aa
commit
664c869f77
131 changed files with 1 additions and 140936 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue