diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-07-28 23:23:18 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-08-05 11:25:40 -0400 |
commit | 664c869f7749da96bbea7307beb043dfe52593c5 (patch) | |
tree | defd407bf1193ff41dd1e22bf8f443a0b018dc84 /lib/stm32f1/hal/include/stm32f1xx_hal_conf.h | |
parent | 36217f27aa4ddd1303c4881af376a4b0a476c547 (diff) | |
download | kutter-664c869f7749da96bbea7307beb043dfe52593c5.tar.gz kutter-664c869f7749da96bbea7307beb043dfe52593c5.tar.xz kutter-664c869f7749da96bbea7307beb043dfe52593c5.zip |
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>
Diffstat (limited to 'lib/stm32f1/hal/include/stm32f1xx_hal_conf.h')
-rw-r--r-- | lib/stm32f1/hal/include/stm32f1xx_hal_conf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/stm32f1/hal/include/stm32f1xx_hal_conf.h b/lib/stm32f1/hal/include/stm32f1xx_hal_conf.h deleted file mode 100644 index fb41c421..00000000 --- a/lib/stm32f1/hal/include/stm32f1xx_hal_conf.h +++ /dev/null @@ -1 +0,0 @@ -#include "stm32f1xx_hal_conf_template.h" |