mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-10-31 18:36:09 +01: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:
committed by
KevinOConnor
parent
36217f27aa
commit
664c869f77
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user