aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stm32f4/stm32f4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stm32f4/stm32f4.patch')
-rw-r--r--lib/stm32f4/stm32f4.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/stm32f4/stm32f4.patch b/lib/stm32f4/stm32f4.patch
deleted file mode 100644
index 4f5d88c3..00000000
--- a/lib/stm32f4/stm32f4.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/lib/stm32f4/system_stm32f4xx.c b/lib/stm32f4/system_stm32f4xx.c
-index 11c18d1a..b94cfb2f 100644
---- a/lib/stm32f4/system_stm32f4xx.c
-+++ b/lib/stm32f4/system_stm32f4xx.c
-@@ -163,7 +163,7 @@ const uint8_t APBPrescTable[8] = {0, 0, 0, 0, 1, 2, 3, 4};
- * @param None
- * @retval None
- */
--void SystemInit(void)
-+void __attribute__((externally_visible)) SystemInit(void)
- {
- /* FPU settings ------------------------------------------------------------*/
- #if (__FPU_PRESENT == 1) && (__FPU_USED == 1)