Skip to content

Commit c49d0b8

Browse files
committed
CMake: STM32F1 Cube fix driver includes
1 parent 23eed7c commit c49d0b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@ target_include_directories(mbed-core
6969
INTERFACE
7070
.
7171
CMSIS
72-
Legacy
72+
STM32F1xx_HAL_Driver
73+
STM32F1xx_HAL_Driver/Legacy
7374
)

0 commit comments

Comments
 (0)