Skip to content

Commit 8d062a5

Browse files
committed
Update HAL patch
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 2bfbd6d commit 8d062a5

File tree

2 files changed

+26
-38
lines changed

2 files changed

+26
-38
lines changed

Diff for: CI/utils/patch/HAL/G4/0001-G4-Fix-LL-FMC-build-issue-introduce-in-HAL-version-v.patch

-38
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
From 2bfbd6dac0c51be4dbd9f9eb080d7ab2b83bbf49 Mon Sep 17 00:00:00 2001
2+
From: Frederic Pillon <[email protected]>
3+
Date: Wed, 29 Apr 2020 16:22:45 +0200
4+
Subject: [PATCH 1/1] [G4] Fix LL FMC build issue
5+
6+
Signed-off-by: Frederic Pillon <[email protected]>
7+
---
8+
system/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_fmc.c | 2 +-
9+
1 file changed, 1 insertion(+), 1 deletion(-)
10+
11+
diff --git a/system/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_fmc.c b/system/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_fmc.c
12+
index 12439fe3..a51d193c 100644
13+
--- a/system/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_fmc.c
14+
+++ b/system/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_fmc.c
15+
@@ -53,7 +53,7 @@
16+
*/
17+
18+
/* Includes ------------------------------------------------------------------*/
19+
-#include "stm32g4xx_hal.h"
20+
+#include "stm32g4xx_ll_fmc.h"
21+
22+
/** @addtogroup STM32G4xx_HAL_Driver
23+
* @{
24+
--
25+
2.25.1.windows.1
26+

0 commit comments

Comments
 (0)